makedeb


act-bin 0.2.67-1


Run your GitHub Actions locally 🚀

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for act-bin.

# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
# vim: set sw=2 expandtab:
repology_pkgname=act-run-github-actions
pkgname=act-bin
pkgver=0.2.67
pkgrel=1
pkgdesc='Run your GitHub Actions locally 🚀'
arch=(amd64)
provides=(act)
conflicts=(act)
license=('MIT')
url='https://github.com/nektos/act'

source=("act_Linux_x86_64-${pkgver}.tar.gz::https://github.com/nektos/act/releases/download/v${pkgver}/act_Linux_x86_64.tar.gz")
sha256sums=('0928ffaff386c175934669e2cca8dfc1f5f05a655c33fc3ab462bafcbbba25b7')

package() {
  install -D "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/act/LICENSE"
  install -D "${srcdir}/act" "${pkgdir}/usr/bin/act"
}