pkgname=julia-git-polyester-src
pkgver=0.7.19
_commit=e2915809a23de09d5265101b39ba7131999f11b8
pkgrel=1
pkgdesc="Polyester.jl"
url="https://github.com/JuliaSIMD/Polyester.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaSIMD/Polyester.jl.git#commit=$_commit")
sha256sums=('361c79bc842df94cee3c7121f18b60bbd76f3768f4a0b605938bd9c853c8131e')

package() {
  cd Polyester.jl

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