mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 18:42:12 +01:00
29 lines
706 B
Plaintext
29 lines
706 B
Plaintext
# Contributor: dai9ah <dai9ah@protonmail.com>
|
|
# Maintainer: dai9ah <dai9ah@protonmail.com>
|
|
pkgname=bfs
|
|
pkgver=1.4.1
|
|
pkgrel=0
|
|
pkgdesc="Breadth-first variant of the UNIX find command"
|
|
url="https://github.com/tavianator/bfs"
|
|
arch="all"
|
|
license="0BSD"
|
|
makedepends="acl-dev libcap-dev linux-headers"
|
|
checkdepends="bash"
|
|
subpackages="$pkgname-doc"
|
|
options="!checkroot"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/tavianator/bfs/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="ffe5f703c6a8b66f94f861ba804c46547780eb33b05a7fcae9fca0ee3947579c8e8a88e2a0c5637f6b33b0618272435e9269bb516c0cacb49a6c669ce07aec6a bfs-1.4.1.tar.gz"
|