pkgname=julia-git-moshi-src
pkgver=0.3.12
_commit=dff7f45190ec95befa0a8ded21dddf1e2661d96e
pkgrel=1
pkgdesc="Moshi.jl"
url="https://github.com/Roger-luo/Moshi.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/Roger-luo/Moshi.jl.git#commit=$_commit")
sha256sums=('6fb0ff55c2c61d15173568d14927225b81640ba49a5087a9151f48891271ce11')

package() {
  cd Moshi.jl

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