pkgname=julia-git-groebner-src
pkgver=0.10.6
_commit=6e6c9759039ff674a006e5d3afff2d77363655d5
pkgrel=1
pkgdesc="Groebner.jl"
url="https://github.com/sumiya11/Groebner.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/sumiya11/Groebner.jl.git#commit=$_commit")
sha256sums=('1d95a65b80651d42839390789cb26e8236f13ff9eccc7d908c14bc591f628cc0')

package() {
  cd Groebner.jl

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