pkgname=julia-git-githubactions-src
pkgver=0.1.8
_commit=7b02fcd719fc5e6bfa7c512180d87e76a19c1d2a
pkgrel=2
pkgdesc="GitHubActions.jl"
url="https://github.com/julia-actions/GitHubActions.jl.git"
arch=('any')
license=('MIT')
makedepends=(git julia-pkg-scripts)
depends=(julia-git)
source=("git+https://github.com/julia-actions/GitHubActions.jl.git#commit=$_commit")
sha256sums=('a6be36be7084835e951cf1e9cd2c6a4e69705e2107617ee95c7324a2fce83140')

package() {
  cd GitHubActions.jl

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