Skip to content

Commit

Permalink
New package: walk-20190920
Browse files Browse the repository at this point in the history
  • Loading branch information
anddam committed Jan 27, 2021
1 parent 6cd2d8b commit ffdd27f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/walk/template
@@ -0,0 +1,21 @@
# 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 <orphaned@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/google/walk"
distfiles="https://github.com/google/walk/archive/${_commit}.tar.gz"
checksum=fce16683d757605a11284586794627a4352ec62718c59093a02f56b39896a1cd

do_install() {
vbin sor
vbin walk
vman sor.1
vman walk.1
vdoc README.md
}

0 comments on commit ffdd27f

Please sign in to comment.