pkgname=julia-git-geointerface-src
pkgver=1.6.2
_commit=d951322291f5ef65e118428f91762f3e6be7e48d
pkgrel=1
pkgdesc="GeoInterface.jl"
url="https://github.com/JuliaGeo/GeoInterface.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/JuliaGeo/GeoInterface.jl.git#commit=$_commit")
sha256sums=('0f427e3318b586bf6044b01f491978f0239be953cd65b80216d528d9c2c71ad1')

package() {
  cd GeoInterface.jl

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