14 lines
495 B
Bash
14 lines
495 B
Bash
# Template file for 'walk'
|
|
pkgname=walk
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args='prefix=${DESTDIR}/usr'
|
|
hostmakedepends="gzip make"
|
|
short_desc="Two utilities collectively replacing find: walk and sor"
|
|
maintainer="Andrea D'Amore <a@d-amo.re>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/bbarenblat/walk"
|
|
distfiles="https://github.com/bbarenblat/walk/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7d733cc106ca81390197f772efd4243ab798fe12ee7de30ceec3ce92cb762375
|