void-packages/srcpkgs/txr/template
2017-04-19 12:21:51 +00:00

26 lines
689 B
Bash

# Template file for 'txr'
pkgname=txr
version=174
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=209fe8290081b1bc61c622cf2bf2ea330f2bea742508eb4d6b2589878f83fbe2
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
}