void-packages/srcpkgs/txr/template
Michael Gehring 98219e4484 txr: update to 179.
Closes: #6815 [via git-merge-pr]
2017-06-23 12:35:21 -07:00

26 lines
689 B
Bash

# Template file for 'txr'
pkgname=txr
version=179
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=64badd04147d8049b8abad59402b71cb1d0c828d0fa2eb0371c99e34f394e3da
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
}