# Maintainer: Parham Alvani pkgname=actionlint-bin pkgver=1.6.21 pkgrel=1 pkgdesc="Static checker for GitHub Actions workflow files" arch=(x86_64) url="https://github.com/rhysd/actionlint" license=('MIT') conflicts=('actionlint' 'actionlint-git') provides=('actionlint') source=("https://github.com/rhysd/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_amd64.tar.gz") sha256sums=('e9042bcfda053a0cb337ef5cb850cd195b6112c007421b3b74cfd788671fc222') package() { # package install -D -m755 "$srcdir/actionlint" "$pkgdir/usr/bin/actionlint" }