From 4ce5b3eff6e23fbd9565d220392f554b9eadb4e2 Mon Sep 17 00:00:00 2001 From: Andrea D'Amore Date: Tue, 27 Oct 2020 10:18:43 +0100 Subject: [PATCH 1/2] New package: walk-1.0.0 --- srcpkgs/walk/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/walk/template diff --git a/srcpkgs/walk/template b/srcpkgs/walk/template new file mode 100644 index 000000000000..4bffc8290b82 --- /dev/null +++ b/srcpkgs/walk/template @@ -0,0 +1,16 @@ +# Template file for 'walk' +pkgname=walk +version=1.0.0 +revision=1 +build_style=gnu-makefile +hostmakedepends="gzip make" +short_desc="Two utilities collectively replacing find: walk and sor" +maintainer="Andrea D'Amore " +license="Apache-2.0" +homepage=https://git.benjamin.barenblat.name/walk/ +distfiles="https://github.com/bbarenblat/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=7d733cc106ca81390197f772efd4243ab798fe12ee7de30ceec3ce92cb762375 + +pre_install() { + make_install_args="prefix=${DESTDIR}/usr" +} From 3e45d77444403805e9b85039bd2f5db2c44bd791 Mon Sep 17 00:00:00 2001 From: Andrea D'Amore Date: Tue, 24 May 2022 11:51:25 +0200 Subject: [PATCH 2/2] Quote homepage variable This was requested in [1]. [1]: https://github.com/void-linux/void-packages/pull/37244#pullrequestreview-982510819 --- srcpkgs/walk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/walk/template b/srcpkgs/walk/template index 4bffc8290b82..85354a5a796a 100644 --- a/srcpkgs/walk/template +++ b/srcpkgs/walk/template @@ -7,7 +7,7 @@ hostmakedepends="gzip make" short_desc="Two utilities collectively replacing find: walk and sor" maintainer="Andrea D'Amore " license="Apache-2.0" -homepage=https://git.benjamin.barenblat.name/walk/ +homepage="https://git.benjamin.barenblat.name/walk/" distfiles="https://github.com/bbarenblat/${pkgname}/archive/refs/tags/v${version}.tar.gz" checksum=7d733cc106ca81390197f772efd4243ab798fe12ee7de30ceec3ce92cb762375