pkgname=julia-git-chunkcodecliblz4-src
pkgver=1.0.0
_commit=a1d16f596c55edf170e0ec4043f93f1854da19e2
pkgrel=1
pkgdesc="ChunkCodecLibLz4.jl"
url="https://github.com/JuliaIO/ChunkCodecs.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaIO/ChunkCodecs.jl.git#commit=$_commit")
sha256sums=('3958e71cd8d67420d244dc9f09dfd3c0aa22bbdf222e06d0da3560bb5b9e4aec')

package() {
  cd ChunkCodecs.jl/LibLz4

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