void-packages/srcpkgs/bfs/template

17 lines
475 B
Bash

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