void-packages/srcpkgs/jid/template

20 lines
545 B
Bash

# Template file for 'jid'
pkgname=jid
version=0.7.5
revision=1
build_style=go
go_import_path=github.com/simeji/jid
go_package=github.com/simeji/jid/cmd/jid
hostmakedepends="git"
short_desc="Drill down JSON interactively by using filtering queries"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/simeji/jid"
distfiles="https://github.com/simeji/jid/archive/v${version}.tar.gz"
checksum=f741dee63f90b866f695a279634b0b28e4b432f3f59229cc3f0c8b4e32d4d18b
post_install() {
vlicense LICENSE
vdoc README.md
}