summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d2d9211042eeeb82ea7562afaaab5e5eaa4508bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com >
pkgname=gams
pkgver=25.1.1
pkgrel=1
pkgdesc="The General Algebraic Modeling System (GAMS) is a high-level modeling system for mathematical optimization."
arch=('x86_64')
license=('custom')
url="http://www.gams.com/"
depends=()
conflicts=()

source=("https://d37drm4t2jghv5.cloudfront.net/distributions/${pkgver}/linux/linux_x64_64_sfx.exe")
md5sums=("b17308acc2e38ab585645779048ce829")

package() {
    install -d ${pkgdir}/{opt/gams,usr/bin}
    cp -r ${srcdir}/gams*_linux_x64_64_sfx/* ${pkgdir}/opt/gams/
    ln -s "/opt/gams/gams" "$pkgdir/usr/bin/gams"
}