pkgname=julia-git-treewidthsolver-src
pkgver=0.3.5
_commit=2d1b8e2b41b580a7c3946ba6dd4a7659223c5807
pkgrel=1
pkgdesc="TreeWidthSolver.jl"
url="https://github.com/ArrogantGao/TreeWidthSolver.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/ArrogantGao/TreeWidthSolver.jl.git#commit=$_commit")
sha256sums=('8d02088a6e6bf5a266c0d7e1a5004d878261e6586d5f8ffad25dbf7f9ce79c6c')

package() {
  cd TreeWidthSolver.jl

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