void-packages/srcpkgs/gron/template
2019-11-03 18:02:25 +01:00

17 lines
449 B
Bash

# Template file for 'gron'
pkgname=gron
version=0.6.0
revision=1
build_style=go
go_import_path=github.com/tomnomnom/gron
hostmakedepends="git"
short_desc="Tool to make JSON greppable"
maintainer="Noel Cower <ncower@gmail.com>"
license="MIT"
homepage="https://github.com/tomnomnom/gron"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fe75b1b4922b591723f48cb9cd2c31cb60bb3ab9f8d0398df75a08b781d8591c
post_install() {
vlicense LICENSE
}