pkgname=julia-git-sparsematricescsr-src
pkgver=0.6.12
_commit=29acba68df8f08d11fc203eb2ecc9a9759553e52
pkgrel=1
pkgdesc="SparseMatricesCSR.jl"
url="https://github.com/gridap/SparseMatricesCSR.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/gridap/SparseMatricesCSR.jl.git#commit=$_commit")
sha256sums=('c85e049faa7772ff3cb6589eea4dfcaf72f593ab3dfaa9d6ba5cb9657315a5d4')

package() {
  cd SparseMatricesCSR.jl

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