void-packages/srcpkgs/bfs/template
2019-01-12 11:28:55 -02:00

16 lines
477 B
Bash

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