pkgname=julia-git-rotations-src
pkgver=1.7.1
_commit=cee8b77d1e44dd464b40f44f57364dbfff79c42c
pkgrel=1
pkgdesc="Rotations.jl"
url="https://github.com/JuliaGeometry/Rotations.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaGeometry/Rotations.jl.git#commit=$_commit")
sha256sums=('588f389e48ddaedf89bed6445b13979475696ea1036e2f722a80f12bc8e20d25')

package() {
  cd Rotations.jl

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