pkgname=julia-git-reexport-src
pkgver=1.2.2
_commit=f0d5b25255bcdb365b8c0ac289d1059f602cf32b
pkgrel=3
pkgdesc="Reexport.jl"
url="https://github.com/simonster/Reexport.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/simonster/Reexport.jl.git#commit=$_commit")
sha256sums=('SKIP')

package() {
  cd Reexport.jl

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