New package: gron-0.6.0
This commit is contained in:
parent
802cafab4a
commit
bc2d23ece0
1 changed files with 17 additions and 0 deletions
17
srcpkgs/gron/template
Normal file
17
srcpkgs/gron/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue