pkgname=julia-git-chunkcodeclibaec-src
pkgver=0.2.1
_commit=e60e4292e97aba414c616bd89d09ecf0a3654b58
pkgrel=1
pkgdesc="ChunkCodecLibAec.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=('c354679c71ef5fcd0fb033d07861cba26e7566737c541a3d3276575d786b3670')

package() {
  cd ChunkCodecs.jl/LibAec

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