pkgname=julia-git-zipfile-src
pkgver=0.10.1
_commit=df45eee024d020dccbf9d5ef3ac8b6518ce48965
pkgrel=2
pkgdesc="ZipFile.jl"
url="https://github.com/fhs/ZipFile.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/fhs/ZipFile.jl.git#commit=$_commit")
sha256sums=('d98216f742221c4afa2e9ef6b68301c3e43e849da13067c59a355bcc0f142470')

package() {
  cd ZipFile.jl

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