void-packages/srcpkgs/bfs/template
2019-01-04 14:31:43 -02:00

16 lines
477 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.3.1
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=250474563ee9ae210088514eb1885d96db4f84549d8daf5a682ed3cd19f97f89
post_install() {
vlicense COPYING
}