New package: jid-0.7.2

This commit is contained in:
Michael Gehring 2017-03-15 15:24:19 +00:00
parent 95aa7f0740
commit 869114755d
1 changed files with 19 additions and 0 deletions

19
srcpkgs/jid/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'jid'
pkgname=jid
version=0.7.2
revision=1
build_style=go
go_import_path="https://github.com/simeji/jid"
go_package="https://github.com/simeji/jid/cmd/jid"
hostmakedepends="git"
short_desc="Drill down JSON interactively by using filtering queries"
maintainer="Michael Gehring <mg@ebfe.org>"
license="MIT"
homepage="https://github.com/simeji/jid"
distfiles="https://github.com/simeji/jid/archive/${version}.tar.gz"
checksum=a16932049fb617fd7490742fcd3b5f131873309a12d97adbaf41a882cd1b99d1
post_install() {
vlicense LICENSE
vdoc README.md
}