pkgname=julia-git-interfaces-src
pkgver=0.3.2
_commit=61f3365547f0203625d3574a76587080303b1e23
pkgrel=1
pkgdesc="Interfaces.jl"
url="https://github.com/rafaqz/Interfaces.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/rafaqz/Interfaces.jl.git#commit=$_commit")
sha256sums=('a339c667b5b17128caa5f8c0169fb257993604d13ff82f233f0fc9d947477b65')

package() {
  cd Interfaces.jl

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