pkgname=julia-git-chunkcodeclibbrotli-src
pkgver=1.0.0
_commit=24987fcf3966f90570ae515d92bf151694714b38
pkgrel=1
pkgdesc="ChunkCodecLibBrotli.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=('36f182ea697c6c92fca60f85ac7b2f95c85feed480c6e15b2514636612244816')

package() {
  cd ChunkCodecs.jl/LibBrotli

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