void-packages/srcpkgs/bfs/template
2019-04-16 13:51:44 -03:00

16 lines
475 B
Bash

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