1 # Template file for 'gforth'
5 build_style=gnu-configure
6 disable_parallel_build=yes
8 makedepends="libffi-devel"
9 short_desc="GNU Forth, a fast and portable implementation of ANS Forth"
10 maintainer="ZweiSpeedruns <zcm727@gmail.com>"
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";;