pkgname=julia-git-arraylayouts-src
pkgver=1.12.2
_commit=3afd6904ea67c0dab7b8d008f932a47758086a2f
pkgrel=1
pkgdesc="ArrayLayouts.jl"
url="https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaLinearAlgebra/ArrayLayouts.jl.git#commit=$_commit")
sha256sums=('716791fbab7c1a29dbb0840165d7c671cec740446874bf1ff7ce82f234ffb4de')

package() {
  cd ArrayLayouts.jl

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