From 869114755d8296d839fc6645db75d25dd6cbe587 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 15 Mar 2017 15:24:19 +0000 Subject: [PATCH] New package: jid-0.7.2 --- srcpkgs/jid/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/jid/template diff --git a/srcpkgs/jid/template b/srcpkgs/jid/template new file mode 100644 index 00000000000..b847e4c469a --- /dev/null +++ b/srcpkgs/jid/template @@ -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 " +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 +}