pkgname=julia-git-bitintegers-src
pkgver=0.3.7
_commit=1f3b3f04a6862aaa93c29a0923f9c38f612b530e
pkgrel=1
pkgdesc="BitIntegers.jl"
url="https://github.com/rfourquet/BitIntegers.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/rfourquet/BitIntegers.jl.git#commit=$_commit")
sha256sums=('1993e86ac5d514aab277d788dbeb7a9337b113dfaa3b5445e44e76302a3635a5')

package() {
  cd BitIntegers.jl

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