musitui
LOW
maintainer Ardet696
0 votes
scanned 2026-09-19 23:31:49.152818
Why flagged
The package builds from source via a git checkout of the project's own GitHub repository, which is normal for AUR packages; the 'SKIP' checksum is expected for git sources and not inherently dangerous.
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 source via a git checkout of the project's own GitHub repository, which is normal for AUR packages; the 'SKIP' checksum is expected for git sources and not inherently dangerous.
PKGBUILD
1
# Maintainer: ardet696 <https://github.com/ardet696>
2
pkgname=musitui
3
pkgver=1.3.0
4
pkgrel=1
5
pkgdesc="A minimalist TUI music player (MP3/FLAC/WAV) with FFT spectrum visualizer and BPM detection"
6
arch=('x86_64')
7
url="https://github.com/ardet696/musiTui"
8
license=('MIT')
9
provides=('minimalist-mp3-player')
10
conflicts=('minimalist-mp3-player')
11
replaces=('minimalist-mp3-player')
12
depends=('sdl2')
13
makedepends=('cmake' 'gcc' 'git')
14
source=("$pkgname-$pkgver::git+https://github.com/ardet696/musiTui.git#tag=v$pkgver")
15
sha256sums=('SKIP')
16
17
build() {
18
cd "$pkgname-$pkgver"
19
cmake -B build \
20
-DCMAKE_BUILD_TYPE=Release \
21
-DCMAKE_INSTALL_PREFIX=/usr
22
cmake --build build -j"$(nproc)"
23
}
24
25
package() {
26
cd "$pkgname-$pkgver"
27
DESTDIR="$pkgdir" cmake --install build
28
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 23:31:49 | Low | 2 |