void-packages/srcpkgs/bfs/template
Daniel Eyßer de84297b7b bfs: update to 2.0.
Closes: #25712 [via git-merge-pr]
2020-10-20 14:20:17 -04:00

18 lines
583 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=2.0
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="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=afbde70742f4bac3f3b030b36531fe0bd67dbdda61ce0457f3a1e5681405df33
post_install() {
vlicense LICENSE
}