pkgname=julia-git-orderedcollections-src
pkgver=1.8.2
_commit=7bb084765cdd1a71d63c6fcf4c32db3186e16f42
pkgrel=1
pkgdesc="OrderedCollections.jl"
url="https://github.com/JuliaCollections/OrderedCollections.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaCollections/OrderedCollections.jl.git#commit=$_commit")
sha256sums=('649d886ddb03afb5fc5f71d3fa07e19065c6005e88d40da41892fce73d6205f4')

package() {
  cd OrderedCollections.jl

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