pkgname=julia-git-lemongraphs-src
pkgver=0.1.1
_commit=a3681782fc512dbac661d6d21753e40a2e3a4e8a
pkgrel=1
pkgdesc="LEMONGraphs.jl"
url="https://github.com/JuliaGraphs/LEMONGraphs.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaGraphs/LEMONGraphs.jl.git#commit=$_commit")
sha256sums=('a9f95eb4f2abcbef2e72cef749e7a197976704a519ae604014f534ccfece212f')

package() {
  cd LEMONGraphs.jl

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