void-packages/srcpkgs/jid/template
Michael Gehring 7e63015de4 jid: orphan
2018-08-30 22:30:45 +02:00

19 lines
548 B
Bash

# Template file for 'jid'
pkgname=jid
version=0.7.2
revision=10
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.eu>"
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
}