bfs: update to 1.3.
This commit is contained in:
parent
5f3beae650
commit
376e2e58a8
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'bfs'
|
||||
pkgname=bfs
|
||||
version=1.2.4
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="acl-devel libcap-devel"
|
||||
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
|
||||
checksum=3e6af64bce245dd5085e570356e2556764ac3f1bac53b8c86caec1bea8683e31
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue