pkgname=julia-git-filepaths-src
pkgver=0.9.0
_commit=79d6ef7528eaf6e6a90dc6fba6b44bd695170864
pkgrel=1
pkgdesc="FilePaths.jl"
url="https://github.com/rofinn/FilePaths.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/rofinn/FilePaths.jl.git#commit=$_commit")
sha256sums=('e89435800e153086ff98cee10d5842051f8d2bd92c080efc36f8648fc336331e')

package() {
  cd FilePaths.jl

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