vp-build/srcpkgs/bfs/template

20 lines
520 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.2.4
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=99612daa60f3c6d3dd9c0fd92c1e12f4a975b7a3fad700dcad5796262e17674f
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="requires STATX macros" ;;
esac
post_install() {
vlicense COPYING
}