pkgname=julia-git-shaderabstractions-src
pkgver=0.5.0
_commit=6401f77507135a5d1569a7e15484612bd02bf567
pkgrel=1
pkgdesc="ShaderAbstractions.jl"
url="https://github.com/SimonDanisch/ShaderAbstractions.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/SimonDanisch/ShaderAbstractions.jl.git#commit=$_commit")
sha256sums=('81c13ce5ae966c7cd2e3c0a2fe1fc2858bd8c8cc26770df045920a80178fb627')

package() {
  cd ShaderAbstractions.jl

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