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