pkgname=julia-git-gamma-src
pkgver=1.1.0
_commit=50aaed4ca8408f0764a873ab1ef1975fe5235457
pkgrel=2
pkgdesc="Gamma.jl"
url="https://github.com/JuliaMath/Gamma.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaMath/Gamma.jl.git#commit=$_commit")
sha256sums=('86673205619e01eb43c0d212d78b45288faf5a2a71a7675cd5282c55bb5f90cc')

package() {
  cd Gamma.jl

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