pkgname=julia-git-collects-src
pkgver=1.1.0
_commit=ee16c0bbb5b448b049f758421f164c1f8f561e78
pkgrel=1
pkgdesc="Collects.jl"
url="https://github.com/JuliaCollections/Collects.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaCollections/Collects.jl.git#commit=$_commit")
sha256sums=('b7200fba0c298aa928b23b60d1ea3b638dbe808267003a5d7186c2ccd9073462')

package() {
  cd Collects.jl

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