void-packages/srcpkgs/bfs/template
2019-05-07 14:05:55 +02:00

16 lines
477 B
Bash

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