musitui

LOW
maintainer Ardet696 0 votes scanned 2026-09-19 23:31:49.152818
View on AUR
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>
2pkgname=musitui
3pkgver=1.3.0
4pkgrel=1
5pkgdesc="A minimalist TUI music player (MP3/FLAC/WAV) with FFT spectrum visualizer and BPM detection"
6arch=('x86_64')
7url="https://github.com/ardet696/musiTui"
8license=('MIT')
9provides=('minimalist-mp3-player')
10conflicts=('minimalist-mp3-player')
11replaces=('minimalist-mp3-player')
12depends=('sdl2')
13makedepends=('cmake' 'gcc' 'git')
14source=("$pkgname-$pkgver::git+https://github.com/ardet696/musiTui.git#tag=v$pkgver")
15sha256sums=('SKIP')
16
17build() {
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
25package() {
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)SeverityRules
2026-09-19 23:31:49 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