pkgname=julia-git-animations-src
pkgver=0.4.2
_commit=3af2c5ed05e34296af3d9e93d57c2cbecc827437
pkgrel=1
pkgdesc="Animations.jl"
url="https://github.com/jkrumbiegel/Animations.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/jkrumbiegel/Animations.jl.git#commit=$_commit")
sha256sums=('5a7fd39f5c268792ebbe5ae3aaf0e03539d97ab52937186ab65882ef358a55ac')

package() {
  cd Animations.jl

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