pkglint-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-06 07:10:31.945140
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
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dor com>
2
3
_pkgauthor=jmelahman
4
_pkgname=pkglint
5
pkgname=${_pkgname}-bin
6
pkgver=1.6.0
7
pkgrel=1
8
pkgdesc='Linter for Arch Linux PKGBUILDs'
9
10
arch=('x86_64' 'aarch64')
11
_barch=('linux_amd64' 'linux_arm64')
12
13
url="https://github.com/${_pkgauthor}/${_pkgname}"
14
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
15
16
license=('GPL-3.0')
17
18
provides=("${_pkgname}")
19
conflicts=("${pkgname%-bin}")
20
21
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_${_barch[0]}.tar.gz")
22
source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_${_barch[1]}.tar.gz")
23
sha256sums_x86_64=('b2da18fc71d5142a30c018cdfc64044513469171c096fde76ebaaceb1a697c16')
24
sha256sums_aarch64=('e291b2f64ba5ca8f6f76fd0519ca7ac12aba7ece3af0fef437a10e8688ccbf36')
25
26
27
package() {
28
cd "${srcdir}/" || exit
29
30
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
31
32
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
33
34
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 07:10:31 | Low | 1 |