vp-build/srcpkgs/bfs/template

18 lines
499 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.5.2
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=f8779936f0d7ff5ce758db50d4921382b345ba13b1b6bf32bbc103a199934052
post_install() {
vlicense COPYING
}