pkgname=julia-git-branchandprune-src
pkgver=0.2.2
_commit=4e2931bb4e7d75be2787bb966955f8f70bc5fadf
pkgrel=1
pkgdesc="BranchAndPrune.jl"
url="https://github.com/Kolaru/BranchAndPrune.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/Kolaru/BranchAndPrune.jl.git#commit=$_commit")
sha256sums=('18e462b7338a684967f8847959f49b8bb2f5cde2ab41a4f86085c63f2c020741')

package() {
  cd BranchAndPrune.jl

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