void-packages/srcpkgs/jp/template
Noah Huppert deb18a6640
New package: jp-0.1.3
closes #10641
2019-04-06 11:06:59 -03:00

17 lines
451 B
Bash

# 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
}