aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Huppert <contact@noahh.io>2019-04-06 08:01:27 +0000
committermaxice8 <thinkabit.ukim@gmail.com>2019-04-06 14:06:59 +0000
commitdeb18a66405314abc99f009b7e0d3a2ab4336046 (patch)
tree9aa0c79f1e04b21cdee755dd4ecd2c25f7c78daa
parent740516399b9234e217fdc3988065638a5ac2b812 (diff)
downloadvoid-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar.gz
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar.bz2
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar.lz
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar.xz
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.tar.zst
void-packages-deb18a66405314abc99f009b7e0d3a2ab4336046.zip
New package: jp-0.1.3
closes #10641
-rw-r--r--srcpkgs/jp/template16
1 files changed, 16 insertions, 0 deletions
diff --git a/srcpkgs/jp/template b/srcpkgs/jp/template
new file mode 100644
index 00000000000..df6dd9677de
--- /dev/null
+++ b/srcpkgs/jp/template
@@ -0,0 +1,16 @@
+# Template file for 'jp'
+pkgname=jp
+version=0.1.3
+revision=1
+build_style=go
+go_import_path=github.com/jmespath/jp
+short_desc="Command line interface to JMESPath"
+maintainer="Noah Huppert <contact@noahh.io>"
+license="Apache-2.0"
+homepage="https://github.com/jmespath/jp"
+distfiles="https://github.com/jmespath/jp/archive/${version}.tar.gz"
+checksum=77a2c5e631fbbf7fed4331f7c0b8934bb5cdbc9dbaddd4fa1bec5e0546430365
+
+post_install() {
+ vlicense LICENSE
+}