mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glpk: fix license
This commit is contained in:
parent
4250714a7e
commit
a2915a67c8
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'glpk'
|
# Template file for 'glpk'
|
||||||
pkgname=glpk
|
pkgname=glpk
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gmp"
|
configure_args="--with-gmp"
|
||||||
makedepends="gmp-devel"
|
makedepends="gmp-devel"
|
||||||
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
||||||
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
|
checksum=4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
|
||||||
|
|
Loading…
Add table
Reference in a new issue