# Maintainer: Parham Alvani pkgname=actionlint-bin pkgver=1.6.17 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=('a4641cd9b81e06070936fa017feb1f4f69cec0ceed41f00072e94910beb6bdd7') package() { # package install -D -m755 $srcdir/actionlint $pkgdir/usr/bin/actionlint }