pkgname=julia-git-scimllogging-src
pkgver=1.10.1
_commit=2f925619f42994763e30b9df3607394a66b6ddb6
pkgrel=1
pkgdesc="SciMLLogging.jl"
url="https://github.com/SciML/SciMLLogging.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/SciML/SciMLLogging.jl.git#commit=$_commit")
sha256sums=('e5a9637f9af1bd508e9b6136546a7a857b1a7c5708d49583b0a5f491bdf2232a')

package() {
  cd SciMLLogging.jl

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