miller: update to 2.1.0.

This commit is contained in:
Christian Neukirchen 2015-09-01 11:49:28 +02:00
parent 851e6ef977
commit 3153e504e0
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'miller' # Template file for 'miller'
pkgname=miller pkgname=miller
version=2.0.0 version=2.1.0
revision=2 revision=1
build_pie=yes build_pie=yes
hostmakedepends="flex" hostmakedepends="flex asciidoc"
short_desc="sed, awk, cut, join, and sort for name-indexed data such as CSV" short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD-2" license="BSD-2"
homepage="http://johnkerl.org/miller/" homepage="http://johnkerl.org/miller/"
distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
checksum=50606a7b4cd4c3437aff19de1e9e5bfe9f98b59b84b70a0ee01dacf639dab749 checksum=0ecffaf34b2fd942dee8698eb596203bbdb42e7de75f59e470a9a9ea7850094c
nocross=yes nocross=yes
do_build() { do_build() {
@ -18,5 +18,6 @@ do_build() {
do_install() { do_install() {
vbin c/mlr vbin c/mlr
vman doc/miller.1
vlicense LICENSE.txt vlicense LICENSE.txt
} }