pkgname=julia-git-simplerandom-src
pkgver=0.3.2
_commit=e988e24dc10bcbdb8fa2bcfba3242d1ead5a7b44
pkgrel=1
pkgdesc="SimpleRandom.jl"
url="https://github.com/scheinerman/SimpleRandom.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/scheinerman/SimpleRandom.jl.git#commit=$_commit")
sha256sums=('c2c5a2ed2fcf8864b29bd16492bfe9a05720138eff1c569425663a10a7ce9634')

package() {
  cd SimpleRandom.jl

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