pkgname=julia-git-integermathutils-src
pkgver=0.1.4
_commit=0a687ff549146203a664cb9932f108e57e49bd79
pkgrel=1
pkgdesc="IntegerMathUtils.jl"
url="https://github.com/JuliaMath/IntegerMathUtils.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaMath/IntegerMathUtils.jl.git#commit=$_commit")
sha256sums=('a048d436b3f3381d33a42c556a6d4ad4619b7f63819bcd9e01016a9e23a6504e')

package() {
  cd IntegerMathUtils.jl

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