19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'jid'
|
|
pkgname=jid
|
|
version=0.7.6
|
|
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=0912050b3be3760804afaf7ecd6b42bfe79e7160066587fbc0afa5324b03fb48
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|