pkgname=julia-git-vectorinterface-src
pkgver=0.6.0
_commit=3791fadd213f152fc358a0c9f3d1efd994d6c7dc
pkgrel=1
pkgdesc="VectorInterface.jl"
url="https://github.com/Jutho/VectorInterface.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/Jutho/VectorInterface.jl.git#commit=$_commit")
sha256sums=('f85f5335f1c2eeb3e81f51f88b51ed468b9ee7da8856d021e8491fc803eaf5ed')

package() {
  cd VectorInterface.jl

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