pkgname=julia-git-clang-src
pkgver=0.19.3
_commit=696b9749902e2b3598a6e7a34ed5c9100d9373d9
pkgrel=1
pkgdesc="Clang.jl"
url="https://github.com/JuliaInterop/Clang.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaInterop/Clang.jl.git#commit=$_commit")
sha256sums=('1b20bc94247774d9be5f60f6db15bf76822636e77474a434d5a8e1fda830c433')

package() {
  cd Clang.jl

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