pkgname=julia-git-progresslogging-src
pkgver=0.1.6
_commit=ddfd7a82c5ee827faa31722cfe5049eb8bad2979
pkgrel=1
pkgdesc="ProgressLogging.jl"
url="https://github.com/JuliaLogging/ProgressLogging.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaLogging/ProgressLogging.jl.git#commit=$_commit")
sha256sums=('479632b77b87ca7ef9ab1e7dc9d0f9ad635552acf01f0af6bf2ea94455f42aec')

package() {
  cd ProgressLogging.jl

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