mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: gforth-0.7.3
Closes: #4727 [via git-merge-pr] Tweaked-by: Christian Neukirchen <chneukirchen@gmail.com>
This commit is contained in:
parent
2de2bec461
commit
f28468608c
1 changed files with 15 additions and 0 deletions
15
srcpkgs/gforth/template
Normal file
15
srcpkgs/gforth/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'gforth'
|
||||||
|
pkgname="gforth"
|
||||||
|
version="0.7.3"
|
||||||
|
revision=1
|
||||||
|
only_for_archs="i686 x86_64" # tests fail on musl, cross-compiling is tricky
|
||||||
|
build_style=gnu-configure
|
||||||
|
disable_parallel_build=yes
|
||||||
|
hostmakedepends="m4"
|
||||||
|
makedepends="libffi-devel"
|
||||||
|
short_desc="GNU Forth, a fast and portable implementation of ANS Forth"
|
||||||
|
maintainer="ZweiSpeedruns <zcm727@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://www.gnu.org/software/gforth/"
|
||||||
|
distfiles="${GNU_SITE}/gforth/gforth-${version}.tar.gz"
|
||||||
|
checksum=2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
|
Loading…
Add table
Reference in a new issue