python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / miller / template
blob65095c25c4327af06f5b18dc742d3171c46d6cdb
1 # Template file for 'miller'
2 pkgname=miller
3 version=5.3.0
4 revision=1
5 build_style=gnu-configure
6 hostmakedepends="automake libtool flex asciidoc"
7 short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV"
8 maintainer="Leah Neukirchen <leah@vuxu.org>"
9 license="2-clause-BSD"
10 homepage="http://johnkerl.org/miller/"
11 distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz"
12 _changelog="https://github.com/johnkerl/miller/releases"
13 checksum=fff276e671adfae4959448a75004b03072e655db21a85c3f807eca95ba701bc1
15 pre_configure() {
16         # Disable debugging and profiling versions, broken on musl.
17         echo 'noinst_PROGRAMS=' >> c/Makefile.am
18         autoreconf -fi
21 pre_build() {
22         make -C c/parsing lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC"
25 post_install() {
26         vlicense LICENSE.txt