rumos-git
LOW
maintainer Giovani_Geek
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 inherent risk.
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 inherent risk.
PKGBUILD
1
# shellcheck disable=SC2034,SC2154,SC2164
2
# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4
pkgname=rumos-git
5
pkgver=r48.ef6bb7f
6
pkgrel=2
7
pkgdesc="Command-line utility to control screen brightness"
8
arch=('x86_64')
9
url="https://github.com/octagony/rumos"
10
license=('unknown')
11
depends=()
12
makedepends=('cargo' 'git')
13
provides=('rumos')
14
conflicts=('rumos')
15
source=("rumos::git+https://github.com/octagony/rumos.git")
16
sha256sums=('SKIP')
17
function pkgver() {
18
cd rumos
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
function build() {
22
cd rumos
23
export RUSTUP_TOOLCHAIN=stable
24
cargo build --release --locked || cargo build --release
25
}
26
function package() {
27
cd rumos
28
install -Dm755 "target/release/rumos" "$pkgdir/usr/bin/rumos"
29
if [ -f LICENSE ]; then
30
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
fi
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 21:36:21 | Low | 2 |