pkgname=julia-git-adaptivepredicates-src
pkgver=1.2.0
_commit=871ac22e5aeeb5877c1291c25d5e4cd8a91e9cc9
pkgrel=1
pkgdesc="AdaptivePredicates.jl"
url="https://github.com/JuliaGeometry/AdaptivePredicates.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaGeometry/AdaptivePredicates.jl.git#commit=$_commit")
sha256sums=('508c744e19da9732fd5878a88ac781def19ae652f96230327a73a798675f83a4')

package() {
  cd AdaptivePredicates.jl

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