pkgname=julia-git-imagesegmentation-src
pkgver=1.10.0
_commit=c6ba02673db9f29095d2d9915f21566d2d9f9830
pkgrel=1
pkgdesc="ImageSegmentation.jl"
url="https://github.com/JuliaImages/ImageSegmentation.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaImages/ImageSegmentation.jl.git#commit=$_commit")
sha256sums=('5ed0fcbf11288dbd6318ccd6ab0bc5ffd6cd6a4debc8e6318ad6b9ec4c397e73')

package() {
  cd ImageSegmentation.jl

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