pkgname=julia-git-hungarian-src
pkgver=0.7.0
_commit=76b232629869d10ab8b75ee58a1db57c8a61fdc9
pkgrel=1
pkgdesc="Hungarian.jl"
url="https://github.com/Gnimuc/Hungarian.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/Gnimuc/Hungarian.jl.git#commit=$_commit")
sha256sums=('1c9f2e7f1322e619535f2876500ef457e861855a44a393f0183f86cb92974111')

package() {
  cd Hungarian.jl

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