void-packages/srcpkgs/bfs/template
2021-11-26 01:05:56 +01:00

19 lines
596 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=2.3
revision=1
build_style=gnu-makefile
makedepends="acl-devel libcap-devel"
checkdepends="acl-progs libcap-progs"
short_desc="Breadth-first version of the UNIX find command"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/RELEASES.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=15d5455af3a399561db1d701f2032d743a7a1a201d60df2b55cafd3517277bd3
post_install() {
vlicense LICENSE
}