void-packages/srcpkgs/bfs/template
2018-07-16 04:51:28 -03:00

20 lines
520 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.2.3
revision=1
build_style=gnu-makefile
short_desc="Breadth-first version of the UNIX find command"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="requires STATX macros" ;;
esac
post_install() {
vlicense COPYING
}