pkgname=julia-git-quantuminterface-src
pkgver=0.4.2
_commit=13933aff6c2ed774011aaf41059dbe8bcd78fa9c
pkgrel=1
pkgdesc="QuantumInterface.jl"
url="https://github.com/qojulia/QuantumInterface.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/qojulia/QuantumInterface.jl.git#commit=$_commit")
sha256sums=('c70045d1c2366a9372539167fd5fc389d3d7b9442ff8064ee2b61e8b69d8fb2d')

package() {
  cd QuantumInterface.jl

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