void-packages/srcpkgs/txr/template
maxice8 fc730a9f06 txr: update to 189.
txr: update to 189.
2018-02-08 15:15:00 +01:00

27 lines
674 B
Bash

# Template file for 'txr'
pkgname=txr
version=189
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=1e6ec696332ea150f05ad61145c180134daa7c85cef265e5d4f350e90267cebe
make_check_target="tests"
do_configure() {
./configure --prefix=/usr --ccname="${CC}" \
--platform-cflags="${CFLAGS}" \
--platform-ldflags="${LDFLAGS}"
}
pre_check() {
rm -rf tests/017
}
post_install() {
vlicense LICENSE
}