mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
parent
740516399b
commit
deb18a6640
1 changed files with 16 additions and 0 deletions
16
srcpkgs/jp/template
Normal file
16
srcpkgs/jp/template
Normal file
|
@ -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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue