pkgname=julia-git-cacheservers-src
pkgver=0.2.0
_commit=c41f1addf26a68d9b7fa9c7d31e24a0edd71456e
pkgrel=2
pkgdesc="CacheServers.jl"
url="https://github.com/QuantumBFS/CacheServers.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/QuantumBFS/CacheServers.jl.git#commit=$_commit")
sha256sums=('SKIP')

package() {
  cd CacheServers.jl

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