pkgname=julia-git-fastlapackinterface-src
pkgver=2.1.1
_commit=c31379c06ae5638f3edbe4b43eb6b1b2430f9780
pkgrel=1
pkgdesc="FastLapackInterface.jl"
url="https://github.com/DynareJulia/FastLapackInterface.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/DynareJulia/FastLapackInterface.jl.git#commit=$_commit")
sha256sums=('ecf74d5ecf5edd1aa855aab2b47da0cae4d090f97d58077bd333c11ef607cb16')

package() {
  cd FastLapackInterface.jl

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