pkgname=julia-git-stridearrayscore-src
pkgver=0.5.9
_commit=ac69ba6034bacafd7d4b11bbfca6dfa270b79412
pkgrel=1
pkgdesc="StrideArraysCore.jl"
url="https://github.com/JuliaSIMD/StrideArraysCore.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaSIMD/StrideArraysCore.jl.git#commit=$_commit")
sha256sums=('69337ad5dab672e3e46652f34094b364ff01f5f9dc42b50d042b1565abe3b35a')

package() {
  cd StrideArraysCore.jl

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