16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'bfs'
|
|
pkgname=bfs
|
|
version=1.3.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="acl-devel libcap-devel"
|
|
short_desc="Breadth-first version of the UNIX find command"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="0BSD"
|
|
homepage="https://github.com/tavianator/bfs"
|
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
|
checksum=b61ae66ae7b0d7a7220a2f8ef3b6121d8fb5d1d155bd03c7e7b0067d061ae8ab
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|