mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gforth: fix license
This commit is contained in:
parent
acb8467977
commit
c2298fedc3
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'gforth'
|
# Template file for 'gforth'
|
||||||
pkgname=gforth
|
pkgname=gforth
|
||||||
version=0.7.3
|
version=0.7.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
|
||||||
hostmakedepends="m4"
|
hostmakedepends="m4"
|
||||||
makedepends="libffi-devel"
|
makedepends="libffi-devel"
|
||||||
short_desc="GNU Forth, a fast and portable implementation of ANS Forth"
|
short_desc="GNU Forth, a fast and portable implementation of ANS Forth"
|
||||||
maintainer="ZweiSpeedruns <zcm727@gmail.com>"
|
maintainer="ZweiSpeedruns <zcm727@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gforth/"
|
homepage="https://www.gnu.org/software/gforth/"
|
||||||
distfiles="${GNU_SITE}/gforth/gforth-${version}.tar.gz"
|
distfiles="${GNU_SITE}/gforth/gforth-${version}.tar.gz"
|
||||||
checksum=2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
|
checksum=2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
nocross="Configure script is picky: https://api.travis-ci.org/jobs/158049419/log.txt?deansi=true"
|
nocross="Configure script is picky: https://api.travis-ci.org/jobs/158049419/log.txt?deansi=true"
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue