pkgname=julia-git-loweredcodeutils-src
pkgver=3.8.0
_commit=67a6d89e3fff63d33723918ca286726f9c9ab6cf
pkgrel=1
pkgdesc="LoweredCodeUtils.jl"
url="https://github.com/JuliaDebug/LoweredCodeUtils.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaDebug/LoweredCodeUtils.jl.git#commit=$_commit")
sha256sums=('92c70e874417a99786d67600aec0e8e571c8b5042c4d98a5d112cc206f1495ec')

package() {
  cd LoweredCodeUtils.jl

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