pkgname=julia-git-bandedmatrices-src
pkgver=1.11.0
_commit=4c4a5adeac2fb1f48934d215e35866d0e0b1d0f0
pkgrel=1
pkgdesc="BandedMatrices.jl"
url="https://github.com/JuliaLinearAlgebra/BandedMatrices.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaLinearAlgebra/BandedMatrices.jl.git#commit=$_commit")
sha256sums=('edf2b2d80c6d9639307f6d31585686019214d371644607daf789ad87ce536f8b')

package() {
  cd BandedMatrices.jl

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