python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / gforth / template
blob55f3710f0af25ab15af4afa3e44f9ea07c66741f
1 # Template file for 'gforth'
2 pkgname=gforth
3 version=0.7.3
4 revision=1
5 build_style=gnu-configure
6 disable_parallel_build=yes
7 hostmakedepends="m4"
8 makedepends="libffi-devel"
9 short_desc="GNU Forth, a fast and portable implementation of ANS Forth"
10 maintainer="ZweiSpeedruns <zcm727@gmail.com>"
11 license="GPL-3"
12 homepage="https://www.gnu.org/software/gforth/"
13 distfiles="${GNU_SITE}/gforth/gforth-${version}.tar.gz"
14 checksum=2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
16 nocross="Configure script is picky: https://api.travis-ci.org/jobs/158049419/log.txt?deansi=true"
17 case "${XBPS_TARGET_MACHINE}" in
18         *-musl) broken="Tests fail, might just be a flushing problem";;
19 esac