summaryrefslogtreecommitdiff
path: root/legacy/paxmark/APKBUILD
blob: 3c9c694001bba4e94b2026703fdf46199288bf4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=paxmark
pkgver=0.11
pkgrel=1
pkgdesc="Manage PaX marking of executables"
url="https://alpinelinux.org"
arch="noarch"
options="!check"
license="GPL-2.0-only"
depends="attr bash"
makedepends=""
install=""
subpackages=""
source="paxmark"

package() {
	mkdir -p "$pkgdir"/usr/sbin
	install -m755 "$srcdir"/paxmark "$pkgdir"/usr/sbin
	ln -s paxmark "$pkgdir"/usr/sbin/paxmark.sh
}

sha512sums="ed904790bfa6c86e216e2c8c1ed8fb1f997b7d1a55f997459655e402d8eec6447095709e38472cf909ea4d03e623e3e0eeddc0da57378901fe9d18d8c14b68d8  paxmark"