pkgname=julia-git-levyarea-src
pkgver=1.0.0
_commit=cc6f7fea7d5f2a763f9218f21f68f6d50fddc3c6
pkgrel=2
pkgdesc="LevyArea.jl"
url="https://github.com/stochastics-uni-luebeck/LevyArea.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/stochastics-uni-luebeck/LevyArea.jl.git#commit=$_commit")
sha256sums=('SKIP')

package() {
  cd LevyArea.jl

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