pkgname=julia-git-timeroutputs-src
pkgver=0.5.29
_commit=ef33e6d7bb27732b1f3202de4307b3537cfee15e
pkgrel=1
pkgdesc="TimerOutputs.jl"
url="https://github.com/KristofferC/TimerOutputs.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/KristofferC/TimerOutputs.jl.git#commit=$_commit")
sha256sums=('aa200345c150e4d7323ba24290bb6ec0651f5364f8ab78bd695b8235867e50b3')

package() {
  cd TimerOutputs.jl

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