actionlint-kjanat-bin

LOW
maintainer kjanat 0 votes scanned 2026-09-07 13:14:41.036925
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# This file was generated by GoReleaser. DO NOT EDIT.
2# Maintainer: Kaj Kowalski <info at kajkowalski dot nl>
3
4pkgname='actionlint-kjanat-bin'
5pkgver=1.15.0
6pkgrel=1
7pkgdesc='Static checker for GitHub Actions workflow files (kjanat fork, prebuilt binary)'
8url='https://actionlint.kjanat.dev'
9arch=('aarch64' 'i686' 'x86_64')
10license=('MIT')
11provides=('actionlint' 'actionlint-kjanat')
12conflicts=('actionlint' 'actionlint-bin' 'actionlint-git' 'actionlint-kjanat')
13optdepends=('shellcheck: check shell scripts in run steps' 'python-pyflakes: check Python scripts in run steps')
14
15source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_arm64.tar.gz")
16sha256sums_aarch64=('47da14d07edd9d0a285c1e6b31e66d0af878c6fcf237600a644df18accbc8d15')
17
18source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_386.tar.gz")
19sha256sums_i686=('be1446f002b1794feee6df419d806a82db8419092614ba40d4ce79ae374a187b')
20
21source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint_${pkgver}_linux_amd64.tar.gz")
22sha256sums_x86_64=('003a4772e98194099e7cc31eee8d85991b0d380b7960cf91d5b6e7614c6f61d1')
23
24package() {
25 install -Dm0755 actionlint "${pkgdir}/usr/bin/actionlint"
26 install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
27 install -Dm0644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
28 install -Dm0644 -t "${pkgdir}/usr/share/doc/${pkgname}/" docs/*.md
29 install -Dm0644 man/actionlint.1 "${pkgdir}/usr/share/man/man1/actionlint.1"
30 install -dm0755 "${pkgdir}/usr/share/bash-completion/completions" \
31 "${pkgdir}/usr/share/zsh/site-functions" \
32 "${pkgdir}/usr/share/fish/vendor_completions.d" \
33 "${pkgdir}/usr/share/actionlint"
34 ./actionlint -completion bash >"${pkgdir}/usr/share/bash-completion/completions/actionlint"
35 ./actionlint -completion zsh >"${pkgdir}/usr/share/zsh/site-functions/_actionlint"
36 ./actionlint -completion fish >"${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish"
37 ./actionlint -completion powershell >"${pkgdir}/usr/share/actionlint/actionlint.ps1"
38 chmod 0644 "${pkgdir}/usr/share/bash-completion/completions/actionlint" \
39 "${pkgdir}/usr/share/zsh/site-functions/_actionlint" \
40 "${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish" \
41 "${pkgdir}/usr/share/actionlint/actionlint.ps1"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 13:14:41 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion