25 lines
745 B
Bash
25 lines
745 B
Bash
# Template file for 'bfs'
|
|
pkgname=bfs
|
|
version=3.2
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--enable-release"
|
|
makedepends="acl-devel libcap-devel liburing-devel oniguruma-devel"
|
|
checkdepends="acl-progs libcap-progs"
|
|
short_desc="Breadth-first version of the UNIX find command"
|
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
|
license="0BSD"
|
|
homepage="https://github.com/tavianator/bfs"
|
|
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
|
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
|
checksum=86b17cab7b213f36e93639eceba3ffa86e1556d12a1db8955c8c7e53b2e94140
|
|
|
|
alternatives="
|
|
find:find:/usr/bin/bfs
|
|
find:find.1:/usr/share/man/man1/bfs.1
|
|
"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|