diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-05-29 11:22:41 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 19:38:55 +0000 |
| commit | 6ed8c7f540ce2a33b7f19ac7ba96d44a2ecdef2f (patch) | |
| tree | 960bed6edf56de57b247b9ca6fdfc40b898ee478 /main | |
| parent | e8a6d41558c5f1c919c8486bdc64e3216f5231e3 (diff) | |
| download | aports-6ed8c7f540ce2a33b7f19ac7ba96d44a2ecdef2f.tar.bz2 aports-6ed8c7f540ce2a33b7f19ac7ba96d44a2ecdef2f.tar.xz | |
community/volume_key: move from main
Diffstat (limited to 'main')
| -rw-r--r-- | main/volume_key/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/main/volume_key/APKBUILD b/main/volume_key/APKBUILD deleted file mode 100644 index 7dc806a530..0000000000 --- a/main/volume_key/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Rasmus Thomsen <oss@cogitri.dev> -# Maintainer: Rasmus Thomsen <oss@cogitri.dev> -pkgname=volume_key -pkgver=0.3.12 -pkgrel=0 -pkgdesc="Library for manipulating storage volume encryption keys" -url="https://pagure.io/volume_key" -arch="all" -license="GPL-2.0-or-later" -makedepends="python3-dev cryptsetup-dev glib-dev gpgme-dev nss-dev" -checkdepends="nss-tools" -subpackages="$pkgname-dev $pkgname-doc py3-$pkgname:_py3" -source="https://releases.pagure.org/volume_key/volume_key-${pkgver}.tar.xz" - -build() { - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var - make -} - -check() { - make check -} - -package() { - make DESTDIR="$pkgdir" install -} - -_py3() { - pkgdesc="$pkgdesc (for python3)" - - mkdir -p "$subpkgdir"/usr/lib/ - mv "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib -} -sha512sums="d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c volume_key-0.3.12.tar.xz" |
