treemp-git
LOW
maintainer djvs
0 votes
scanned 2026-09-03 05:52:26.228347
Why flagged
The package builds from the project's own Git repository on GitLab, 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 on GitLab, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: djvs <contact@viathegitlabrepo.com>
2
_pkgname=treemp
3
pkgname=${_pkgname}-git
4
pkgver=r.
5
pkgrel=1
6
pkgdesc="ncurses/python directory based CLI audio/music player, based on mutagen and libav/soundcard"
7
arch=('any')
8
url="https://gitlab.com/djvs/treemp"
9
license=('GPL3')
10
depends=(
11
'python'
12
'python-av'
13
'python-mutagen'
14
'python-soundcard'
15
)
16
provides=("${_pkgname}")
17
conflicts=("${_pkgname}")
18
makedepends=('git')
19
source=("${_pkgname}::git+https://gitlab.com/djvs/treemp.git#branch=main")
20
md5sums=('SKIP')
21
sha256sums=('SKIP')
22
23
pkgver() {
24
cd "${srcdir}"
25
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26
}
27
28
prepare() {
29
cd "${srcdir}"
30
}
31
32
package() {
33
cd "${srcdir}/treemp"
34
install -Dm755 "$srcdir/treemp/treemp.py" "$pkgdir/usr/bin/treemp"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 05:52:26 | Low | 2 |