void-packages/srcpkgs/txr/template
2017-07-11 12:15:03 +00:00

26 lines
689 B
Bash

# Template file for 'txr'
pkgname=txr
version=182
revision=1
build_style=configure
hostmakedepends="bison flex"
short_desc="Programming language for convenient data munging"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="2-clause-BSD"
homepage="http://www.nongnu.org/txr/"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=1fb4d1e391aa5c96d125ce86b2f62b7ae5da48f46ab2ce07e094bcba24f02c58
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="#error port me!" ;;
esac
do_configure() {
./configure --prefix=/usr --ccname="${CC}" \
--platform-cflags="${CFLAGS}" \
--platform-ldflags="${LDFLAGS}"
}
post_install() {
vlicense LICENSE
}