17 lines
457 B
Bash
17 lines
457 B
Bash
# Template file for 'gron'
|
|
pkgname=gron
|
|
version=0.7.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/tomnomnom/gron
|
|
short_desc="Tool to make JSON greppable"
|
|
maintainer="Noel Cower <ncower@nil.dev>"
|
|
license="MIT"
|
|
homepage="https://github.com/tomnomnom/gron"
|
|
distfiles="https://github.com/tomnomnom/gron/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=1c98f2ef2ba03558864b1ab5e9c4b47a2e89d3ffaf24cfa0ac75cd38d775feb4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|