void-packages/srcpkgs/bfs/template
2019-07-08 21:10:11 +02:00

17 lines
500 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.5
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="maxice8 <thinkabit.ukim@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=c3e595e05e014acda10487efaf74d37ef0d6459d74b3c5b976cd425b277c79c9
post_install() {
vlicense COPYING
}