17 lines
499 B
Bash
17 lines
499 B
Bash
# Template file for 'bfs'
|
|
pkgname=bfs
|
|
version=1.5.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="Orphaned <orphan@voidlinux.org>"
|
|
license="0BSD"
|
|
homepage="https://github.com/tavianator/bfs"
|
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
|
checksum=28defd5f66043c5bfda8b715e9e3eac92a0a1f59b3ec39c78d527a2fb5e0735b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|