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