20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'miller'
|
|
pkgname=miller
|
|
version=6.12.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=b9fc12b8bf5d5f30d5e90ef0ff1ab34c7eb40823bab4ee388bc1f535bc068586
|
|
|
|
post_install() {
|
|
vman man/mlr.1
|
|
vlicense LICENSE.txt
|
|
}
|