pkgname=julia-git-benchmarktools-src
pkgver=1.8.0
_commit=4258940e99ef9ac44a3a1dfec1dfd924a9f4a4a4
pkgrel=1
pkgdesc="BenchmarkTools.jl"
url="https://github.com/JuliaCI/BenchmarkTools.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaCI/BenchmarkTools.jl.git#commit=$_commit")
sha256sums=('9e879a433dac4817143a2603d77605f5ded88a35aeb929c164f8325224f01a36')

package() {
  cd BenchmarkTools.jl

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