void-packages/srcpkgs/bfs/template
2020-05-01 09:54:42 +02:00

19 lines
577 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.7
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="Orphaned <orphan@voidlinux.org>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
changelog="https://raw.githubusercontent.com/tavianator/bfs/master/RELEASES.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=a060e3f10e00374a55c6fe15fca3d5662ded825724f80f8a17019796bc333a95
post_install() {
vlicense COPYING
}