pkgname=julia-git-arrowtypes-src
pkgver=2.3.0
_commit=37122911c24f44318e6d4a0840408adb3364cf2a
pkgrel=1
pkgdesc="ArrowTypes.jl"
url="https://github.com/apache/arrow-julia.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/apache/arrow-julia.git#commit=$_commit")
sha256sums=('SKIP')

package() {
  cd arrow-julia/src/ArrowTypes

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