1 # Template file for 'miller'
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>"
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
16 # Disable debugging and profiling versions, broken on musl.
17 echo 'noinst_PROGRAMS=' >> c/Makefile.am
22 make -C c/parsing lemon CC="$BUILD_CC" CFLAGS="$BUILD_CFLAGS -fPIC"