pkgname=julia-git-luxurysparse-src
pkgver=0.8.2
_commit=36fe390ebbd6e747e6dac78db7c14aa92fbeed45
pkgrel=1
pkgdesc="LuxurySparse.jl"
url="https://github.com/QuantumBFS/LuxurySparse.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/QuantumBFS/LuxurySparse.jl.git#commit=$_commit")
sha256sums=('9b5f9d31b33a0aeeac67318cc6bdd448e660e484034e18717d5fe2a3edccfb97')

package() {
  cd LuxurySparse.jl

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