pkgname=julia-git-mathoptiis-src
pkgver=0.2.0
_commit=934988eb25766243ff4c14254583b34b6e72627d
pkgrel=1
pkgdesc="MathOptIIS.jl"
url="https://github.com/jump-dev/MathOptIIS.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/jump-dev/MathOptIIS.jl.git#commit=$_commit")
sha256sums=('0f3ff166aa19497d3bf1ed2a82c4415767d461b449b6d71a551dda7b22d0c27b')

package() {
  cd MathOptIIS.jl

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