pkgname=julia-git-myterialcolors-src
pkgver=0.3.0
_commit=781a361d6386b27db598501583cf78bb2256ef2a
pkgrel=2
pkgdesc="MyterialColors.jl"
url="https://github.com/FedeClaudi/MyterialColors.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/FedeClaudi/MyterialColors.jl.git#commit=$_commit")
sha256sums=('73a39bf6cd12de86a00a171f642a32f2db080581db85f2815fe7832f37b36cd5')

package() {
  cd MyterialColors.jl

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