# Template file for 'miller' pkgname=miller version=2.3.1 revision=1 build_style=gnu-configure build_pie=yes hostmakedepends="automake libtool flex asciidoc" short_desc="Tool like sed/awk/cut/join/sort for name-indexed data such as CSV" maintainer="Christian Neukirchen " license="BSD-2" homepage="http://johnkerl.org/miller/" distfiles="https://github.com/johnkerl/${pkgname}/archive/v${version}.tar.gz" checksum=f3f2f3278d47599cc8c68c46d2d859138cf017a4a502471bf2ec83c0d2c70d3b pre_configure() { # Disable debugging and profiling versions, broken on musl. echo 'noinst_PROGRAMS=' >> c/Makefile.am autoreconf -fi } pre_build() { make -C c/dsls lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC" } post_install() { vlicense LICENSE.txt }