pkgname=julia-git-domainsets-src
pkgver=0.8.1
_commit=be38af19ded59481ea2795ac70a4b9d43653d67a
pkgrel=1
pkgdesc="DomainSets.jl"
url="https://github.com/JuliaApproximation/DomainSets.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaApproximation/DomainSets.jl.git#commit=$_commit")
sha256sums=('e28c7cd8652e938ea432800805e4248a150b1aeaaab3e95f0e54189d0519f404')

package() {
  cd DomainSets.jl

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