pkgname=julia-git-jump-src
pkgver=1.31.1
_commit=62b9c47e522821f4c0645d8a54d79ca67f6c7ebe
pkgrel=1
pkgdesc="JuMP.jl"
url="https://github.com/jump-dev/JuMP.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/jump-dev/JuMP.jl.git#commit=$_commit")
sha256sums=('d33fcf6edf312a256a6f1de556d5ac0610ed09b5ec4866fd0de713e9df07ed8e')

package() {
  cd JuMP.jl

  JULIA_INSTALL_SRCPKG=1 . /usr/lib/julia/julia-install-pkg.sh JuMP "${pkgdir}" "${pkgname}" julia-git
}
