pkgname=julia-git-filepathsbase-src
pkgver=0.9.24
_commit=c06abf3637b716a2a7a7e3178d9c676969ff9238
pkgrel=1
pkgdesc="FilePathsBase.jl"
url="https://github.com/rofinn/FilePathsBase.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/rofinn/FilePathsBase.jl.git#commit=$_commit")
sha256sums=('d55444584718a5d2f66762f1252e0f31306f77b062e4d326539cc51edecbcfaf')

package() {
  cd FilePathsBase.jl

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