void-packages/srcpkgs/bfs/template

20 lines
520 B
Bash
Raw Normal View History

# Template file for 'bfs'
pkgname=bfs
2018-07-16 08:36:14 +02:00
version=1.2.3
revision=1
build_style=gnu-makefile
2018-01-21 09:26:56 +01:00
short_desc="Breadth-first version of the UNIX find command"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
2018-05-20 23:31:06 +02:00
license="0BSD"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
2018-07-16 08:36:14 +02:00
checksum=8ce9e47367db50aeb0bf3c5707080a853993ed98059d577daa45c681f07e2fcd
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="requires STATX macros" ;;
esac
post_install() {
vlicense COPYING
}