pkgname=julia-git-fastpower-src
pkgver=1.4.1
_commit=b9195d68ce2c224193629827425256a9f544ebef
pkgrel=1
pkgdesc="FastPower.jl"
url="https://github.com/SciML/FastPower.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/SciML/FastPower.jl.git#commit=$_commit")
sha256sums=('b2816f2536df5ab8bcb6d171bf51d5f591a4e3b03539773d35f3da5a08ea0fc9')

package() {
  cd FastPower.jl

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