pkgname=julia-git-bloqadeode-src
pkgver=0.2.3
_commit=a791087d42c834659df1f349e67fb16186753a03
pkgrel=1
pkgdesc="BloqadeODE.jl"
url="https://github.com/QuEraComputing/Bloqade.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/QuEraComputing/Bloqade.jl.git#commit=$_commit")
sha256sums=('0c411b4434284b11aec1cfccfc475ca6da2a76a83dbbc4addde57bfa9d6db2d3')

package() {
  cd Bloqade.jl/lib/BloqadeODE

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