void-packages/srcpkgs/bfs/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
497 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.5
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"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=c3e595e05e014acda10487efaf74d37ef0d6459d74b3c5b976cd425b277c79c9
post_install() {
vlicense COPYING
}