16 lines
556 B
Bash
16 lines
556 B
Bash
# Template file for 'miller'
|
|
pkgname=miller
|
|
version=5.10.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=bbab4555c2bc207297554b0593599ea2cd030a48ad1350d00e003620e8d3c0ea
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|