mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
29 lines
743 B
Text
29 lines
743 B
Text
# Contributor: dai9ah <dai9ah@protonmail.com>
|
|
# Maintainer: dai9ah <dai9ah@protonmail.com>
|
|
pkgname=bfs
|
|
pkgver=2.2.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 attr-dev"
|
|
checkdepends="bash acl"
|
|
subpackages="$pkgname-doc $pkgname-bash-completion"
|
|
source="bfs-$pkgver.tar.gz::https://github.com/tavianator/bfs/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
check() {
|
|
TEST_FLAGS="--verbose" make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
6203e23affbd0644f4f5cdd9c3e659fa319e9c93187e6e8684cac893f6fa6d943a815038e7c10c96b975285f8112a6b17b79794f679e8ece9442244ca8b83f24 bfs-2.2.1.tar.gz
|
|
"
|