mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 03:23:01 +02:00
bfs: update to 1.3.
This commit is contained in:
parent
5f3beae650
commit
376e2e58a8
1 changed files with 3 additions and 6 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'bfs'
|
# Template file for 'bfs'
|
||||||
pkgname=bfs
|
pkgname=bfs
|
||||||
version=1.2.4
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
makedepends="acl-devel libcap-devel"
|
||||||
short_desc="Breadth-first version of the UNIX find command"
|
short_desc="Breadth-first version of the UNIX find command"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="0BSD"
|
license="0BSD"
|
||||||
homepage="https://github.com/tavianator/bfs"
|
homepage="https://github.com/tavianator/bfs"
|
||||||
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
|
||||||
checksum=99612daa60f3c6d3dd9c0fd92c1e12f4a975b7a3fad700dcad5796262e17674f
|
checksum=3e6af64bce245dd5085e570356e2556764ac3f1bac53b8c86caec1bea8683e31
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl) broken="requires STATX macros" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue