void-packages/srcpkgs/miller/template

20 lines
643 B
Bash

# Template file for 'miller'
pkgname=miller
version=6.4.0
revision=1
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=20a8687a0c5b5fedf4fc3a794ef1cee7e9872e87476e1f24bde8de25799f8c51
post_install() {
vman man/mlr.1
vlicense LICENSE.txt
}