void-packages/srcpkgs/gron/template
Noel Cower 2357049fd5 srcpkgs: update maintainer email.
wrk updated to satisfy xlint.
2020-04-30 15:03:14 +00:00

18 lines
447 B
Bash

# Template file for 'gron'
pkgname=gron
version=0.6.0
revision=2
build_style=go
go_import_path=github.com/tomnomnom/gron
hostmakedepends="git"
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=fe75b1b4922b591723f48cb9cd2c31cb60bb3ab9f8d0398df75a08b781d8591c
post_install() {
vlicense LICENSE
}