pkgname=julia-git-lrucache-src
pkgver=1.6.2
_commit=9abf4191a852324e8edd2a17798c77dede9fea5b
pkgrel=1
pkgdesc="LRUCache.jl"
url="https://github.com/JuliaCollections/LRUCache.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaCollections/LRUCache.jl.git#commit=$_commit")
sha256sums=('1c30a9b0c8f8158f87a9e37ead8cf483cd09e797bea3fbccee5cbdbd8bebdfb2')

package() {
  cd LRUCache.jl

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