void-packages/srcpkgs/miller/template

20 lines
643 B
Bash

# Template file for 'miller'
pkgname=miller
version=6.7.0
revision=2
build_style=go
go_import_path="github.com/johnkerl/miller"
go_package="${go_import_path}/cmd/mlr"
short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="http://johnkerl.org/miller/"
changelog="https://github.com/johnkerl/miller/releases"
distfiles="https://github.com/johnkerl/miller/releases/download/v${version}/miller-${version}.tar.gz"
checksum=45c86dbb35e326184740eded13d61e9900187dfde72d9c46789d429373c7566f
post_install() {
vman man/mlr.1
vlicense LICENSE.txt
}