17 lines
425 B
Bash
17 lines
425 B
Bash
# Template file for 'gron'
|
|
pkgname=gron
|
|
version=0.6.1
|
|
revision=1
|
|
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="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=eef150a425aa4eaa8b2e36a75ee400d4247525403f79e24ed32ccb346dc653ff
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|