void-packages/srcpkgs/miller/template

20 lines
647 B
Bash

# Template file for 'miller'
pkgname=miller
version=6.13.0
revision=1
build_style=go
go_import_path="github.com/johnkerl/miller/v6"
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=58cb2ab55a36a8ee428efcae784c538a6d0d7695b6d770d3f8b45a542d644b07
post_install() {
vman man/mlr.1
vlicense LICENSE.txt
}