18 lines
583 B
Bash
18 lines
583 B
Bash
# Template file for 'bfs'
|
|
pkgname=bfs
|
|
version=2.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="acl-devel libcap-devel"
|
|
checkdepends="acl-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/RELEASES.md"
|
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
|
checksum=be51966ca3bcc0167fb16c89f81fa37ee13c6326c616c31b87fd564a54bdc5f2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|