pkgname=julia-git-halfintegers-src
pkgver=1.6.0
_commit=42153ee19dddeb572562aca95643bbf4b0a49f20
pkgrel=1
pkgdesc="HalfIntegers.jl"
url="https://github.com/sostock/HalfIntegers.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/sostock/HalfIntegers.jl.git#commit=$_commit")
sha256sums=('SKIP')

package() {
  cd HalfIntegers.jl

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