pkgname=julia-git-vectorizedrng-src
pkgver=0.2.26
_commit=33f24701dd59a8fd360ade047e5ab57862d4dc64
pkgrel=1
pkgdesc="VectorizedRNG.jl"
url="https://github.com/JuliaSIMD/VectorizedRNG.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaSIMD/VectorizedRNG.jl.git#commit=$_commit")
sha256sums=('32246eba34f98588d3dd98baad1c9dd3f66ca70d59785e0d14ae8cdecac2abe3')

package() {
  cd VectorizedRNG.jl

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