aboutsummaryrefslogtreecommitdiffstats
path: root/testing/semodule-utils/APKBUILD
blob: 9b4346c6c2857a8f043fa7f1a7880cc1c8849bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"