summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ab452241740765817f62d91bf6ca500dd7eedefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=act-bin
pkgver=0.2.77
pkgrel=0
pkgdesc="Run your GitHub Actions locally"
arch=("x86_64")
url="https://github.com/nektos/act"
license=("MIT")
provides=("act")
conflicts=("act")
source=("$pkgname-$pkgver.tar.gz::https://github.com/nektos/act/releases/download/v$pkgver/act_Linux_x86_64.tar.gz")
sha256sums=("be48669e49cfed33d36f4c34c4fce2722c8261a47b174d66cee751a219e75d8e")

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