pkgname=julia-git-clp-src
pkgver=1.3.0
_commit=9b7c630fae02917f952edc0e80057fae8445687b
pkgrel=1
pkgdesc="Clp.jl"
url="https://github.com/jump-dev/Clp.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/jump-dev/Clp.jl.git#commit=$_commit")
sha256sums=('ec543478546d1f067f1b4012e17ed757746195ef4af388f6aef5bc0030d229be')

package() {
  cd Clp.jl

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