24 lines
716 B
Bash
24 lines
716 B
Bash
# Template file for 'bfs'
|
|
pkgname=bfs
|
|
version=3.1.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
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=9b512e4fe665ff73f9a0b3357420fc1f65af6205cbf74f2dfb55592e90e598d8
|
|
|
|
alternatives="
|
|
find:find:/usr/bin/bfs
|
|
find:find.1:/usr/share/man/man1/bfs.1
|
|
"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|