spinel-git
LOW
maintainer crmne
0 votes
scanned 2026-09-21 21:36:21.639675
Why flagged
The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Carmine Paolino <carmine@paolino.me>
2
3
pkgname=spinel-git
4
pkgver=r8209.71939bd
5
pkgrel=1
6
pkgdesc='Ahead-of-time compiler for Ruby'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/matz/spinel'
9
license=('MIT')
10
depends=('gcc')
11
makedepends=('git' 'ruby')
12
provides=('spinel')
13
conflicts=('spinel')
14
source=("${pkgname}::git+${url}.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "${srcdir}/${pkgname}"
19
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
prepare() {
23
cd "${srcdir}/${pkgname}"
24
make deps
25
}
26
27
build() {
28
cd "${srcdir}/${pkgname}"
29
make
30
}
31
32
check() {
33
cd "${srcdir}/${pkgname}"
34
make test
35
}
36
37
package() {
38
cd "${srcdir}/${pkgname}"
39
make install PREFIX="${pkgdir}/usr"
40
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 2 |