pkgname=julia-git-plotthemes-src
pkgver=3.3.0
_commit=c30b6b5807cad0aff6107dea2478f5565c82a9b6
pkgrel=1
pkgdesc="PlotThemes.jl"
url="https://github.com/JuliaPlots/PlotThemes.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaPlots/PlotThemes.jl.git#commit=$_commit")
sha256sums=('241daec6edcc5da5ab7f8dd5b61a85db9c82f5c620fab57f2ba88ba10fb9fd40')

package() {
  cd PlotThemes.jl

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