void-packages/srcpkgs/bfs/template

19 lines
620 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=2.6.3
revision=1
build_style=gnu-makefile
makedepends="acl-devel libcap-devel oniguruma-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/docs/CHANGELOG.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=b88b7d8f8c5f701209fd2967546ad154c405281749ad458bc116b40da14b98f6
post_install() {
vlicense LICENSE
}