New package: gron-0.6.0

This commit is contained in:
Noel Cower 2019-11-01 14:12:34 -07:00 committed by John Zimmermann
parent 802cafab4a
commit bc2d23ece0

17
srcpkgs/gron/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'gron'
pkgname=gron
version=0.6.0
revision=1
build_style=go
go_import_path=github.com/tomnomnom/gron
hostmakedepends="git"
short_desc="Tool to make JSON greppable"
maintainer="Noel Cower <ncower@gmail.com>"
license="MIT"
homepage="https://github.com/tomnomnom/gron"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fe75b1b4922b591723f48cb9cd2c31cb60bb3ab9f8d0398df75a08b781d8591c
post_install() {
vlicense LICENSE
}