diff options
| author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-06 15:08:51 +0000 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-06 15:13:14 +0000 |
| commit | 262a2c69486c12733e96c94fa94031263837366c (patch) | |
| tree | 1132709767a2085cbeb76ea9716e116dd1b0c8f6 /testing/semodule-utils | |
| parent | b3c2c48adb49fdb3c92ae966d3754a6d63fd28bf (diff) | |
| download | aports-262a2c69486c12733e96c94fa94031263837366c.tar.bz2 aports-262a2c69486c12733e96c94fa94031263837366c.tar.xz | |
testing/semodule-utils: new aport
Diffstat (limited to 'testing/semodule-utils')
| -rw-r--r-- | testing/semodule-utils/APKBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/semodule-utils/APKBUILD b/testing/semodule-utils/APKBUILD new file mode 100644 index 0000000000..9b4346c6c2 --- /dev/null +++ b/testing/semodule-utils/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: Kevin Daudt <kdaudt@alpinelinux.org> +# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> +pkgname=semodule-utils +pkgver=3.0 +pkgrel=0 +pkgdesc="SELinux semodule utilities" +url="https://github.com/SELinuxProject/" +arch="all" +license="GPL-2.0-only" +makedepends="libsepol-dev" +options="!check" # No test suite +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/SELinuxProject/selinux/releases/download/20191204/semodule-utils-$pkgver.tar.gz" + +build() { + make +} + +package() { + make install DESTDIR="$pkgdir" +} + +sha512sums="004e8f02f7e7e6f016b2b5a1a7720a87409d77d0040f7df830cf73808c9f8e3d87b41a7cea273420909971ce8bcc6540d5a46bd25be8c032b12257b4861e1769 semodule-utils-3.0.tar.gz" |
