spinel-git

LOW
maintainer crmne 0 votes scanned 2026-09-21 21:36:21.639675
View on AUR
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
3pkgname=spinel-git
4pkgver=r8209.71939bd
5pkgrel=1
6pkgdesc='Ahead-of-time compiler for Ruby'
7arch=('x86_64' 'aarch64')
8url='https://github.com/matz/spinel'
9license=('MIT')
10depends=('gcc')
11makedepends=('git' 'ruby')
12provides=('spinel')
13conflicts=('spinel')
14source=("${pkgname}::git+${url}.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "${srcdir}/${pkgname}"
19 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22prepare() {
23 cd "${srcdir}/${pkgname}"
24 make deps
25}
26
27build() {
28 cd "${srcdir}/${pkgname}"
29 make
30}
31
32check() {
33 cd "${srcdir}/${pkgname}"
34 make test
35}
36
37package() {
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)SeverityRules
2026-09-21 21:36:21 Low 2

Report a package

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

0 / 4000
Your suggestion