psmp
maintainer Chartic
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository with a SKIP'd checksum, but the source is from a project-owned host and the build process is transparent; no remote code execution or malicious behavior is present.
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 a public git repository with a SKIP'd checksum, but the source is from a project-owned host and the build process is transparent; no remote code execution or malicious behavior is present.
PKGBUILD
1
# Maintainer: Chart-ic <contact@ch45.c01.kr>
2
pkgname=psmp
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Music Player built with Qt6 and miniaudio"
6
arch=('x86_64')
7
url="https://github.com/Chart-ic/music-player"
8
license=('MIT')
9
10
depends=('qt6-base' 'qt6-declarative')
11
makedepends=('cmake' 'git' 'ninja')
12
13
source=("git+https://github.com/Chart-ic/music-player.git#tag=v${pkgver}")
14
sha256sums=('SKIP')
15
16
build() {
17
cmake -B build -S music-player \
18
-DCMAKE_BUILD_TYPE=Release \
19
-DCMAKE_INSTALL_PREFIX=/usr \
20
-GNinja
21
22
cmake --build build
23
}
24
25
package() {
26
install -Dm755 build/music_player "$pkgdir/usr/bin/psmp"
27
#install -Dm644 music-player/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 15:15:12 | LOW | 2 |