pkgname=julia-git-mustache-src
pkgver=1.0.21
_commit=ac45b1bfa1b95b040b5aa8acc496608031c276fa
pkgrel=1
pkgdesc="Mustache.jl"
url="https://github.com/jverzani/Mustache.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/jverzani/Mustache.jl.git#commit=$_commit")
sha256sums=('2533b9433817e8bc8b6e75a5b5bbe9742132c5e0c06fd180f162eff93996949f')

package() {
  cd Mustache.jl

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