From 83e11313af31da138837d2ce400d8aa75766db6a Mon Sep 17 00:00:00 2001 From: Andrea D'Amore Date: Tue, 27 Oct 2020 10:18:43 +0100 Subject: [PATCH] New package: walk-20190920 --- srcpkgs/walk/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/walk/template diff --git a/srcpkgs/walk/template b/srcpkgs/walk/template new file mode 100644 index 000000000000..f30a404d91f7 --- /dev/null +++ b/srcpkgs/walk/template @@ -0,0 +1,25 @@ +# Template file for 'walk' +pkgname=walk +version=20190920 +revision=1 +_commit=70f7a8c104acf109ae810a9b34eb8e8b92b4d27d +wrksrc="${pkgname}-${_commit}" +build_style="gnu-makefile" +short_desc="Two utilities collectively replacing find: walk and sor" +maintainer="Orphaned " +license="Apache-2.0" +homepage="https://github.com/google/walk" +distfiles="https://github.com/google/walk/archive/${_commit}.tar.gz" +checksum=fce16683d757605a11284586794627a4352ec62718c59093a02f56b39896a1cd + +do_build() { + make +} + +do_install() { + vbin sor + vbin walk + vman sor.1 + vman walk.1 + vdoc README.md +}