pkgname=julia-git-roots-src
pkgver=3.0.6
_commit=33154e498924cf2535430f2acbde3cf56dc133b7
pkgrel=1
pkgdesc="Roots.jl"
url="https://github.com/JuliaMath/Roots.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaMath/Roots.jl.git#commit=$_commit")
sha256sums=('2d0edfe6b784d721b82987020eaf0ca5884795b9d034120afc55d33f0089e625')

package() {
  cd Roots.jl

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