pkgname=julia-git-webp-src
pkgver=0.1.3
_commit=435251e0a00c8e11987307f5908c34e3935e415a
pkgrel=2
pkgdesc="WebP.jl"
url="https://github.com/stemann/WebP.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/stemann/WebP.jl.git#commit=$_commit")
sha256sums=('419e54062bf07ddab7904f983f8ecfe3d763248bacfd393d1602914022a7e4a1')

package() {
  cd WebP.jl

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