pkgname=julia-git-highlights-src
pkgver=0.5.3
_commit=715e1a235d30257a2df7f1637c8a186449623121
pkgrel=2
pkgdesc="Highlights.jl"
url="https://github.com/JuliaDocs/Highlights.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaDocs/Highlights.jl.git#commit=$_commit")
sha256sums=('cde46e2d2bf7604db2ef4dfb4fe688f8200efc73981cabfd908ac01cc5d5a1ce')

package() {
  cd Highlights.jl

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