ueberzugpp-git
LOW
maintainer JstKddng
0 votes
scanned 2026-09-18 15:28:46.039977
Why flagged
The package builds from the project's own Git repository, which is normal for -git AUR packages; 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, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: JustKidding <jk@vin.ovh>
2
# Contributor: Orhun Parmaksız <orhun@archlinux.org>
3
4
pkgname=ueberzugpp-git
5
_pkgname=ueberzugpp
6
pkgver=r660.923f20b
7
pkgrel=1
8
pkgdesc="Command line utility which allows to display images in the terminal, written in C++"
9
arch=('x86_64')
10
url="https://github.com/jstkdng/ueberzugpp"
11
license=("GPL-3.0-or-later")
12
provides=("ueberzug")
13
conflicts=("ueberzug" "ueberzugpp")
14
makedepends=("cmake" "cli11" "nlohmann-json" "wayland-protocols" "extra-cmake-modules" "range-v3")
15
depends=(
16
"opencv"
17
"libvips"
18
"glib2"
19
"libxcb"
20
"xcb-util-image"
21
"libsixel"
22
"openssl"
23
"spdlog"
24
"libglvnd"
25
"fmt"
26
"chafa"
27
"wayland"
28
"onetbb"
29
"glibc"
30
"libgcc"
31
"libstdc++"
32
"xcb-util-errors"
33
)
34
source=("git+https://github.com/jstkdng/ueberzugpp.git")
35
sha256sums=("SKIP")
36
37
pkgver() {
38
cd "$_pkgname"
39
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
40
}
41
42
build() {
43
# -DENABLE_TURBOBASE64=ON \
44
cmake -B build -S "$_pkgname" \
45
-DCMAKE_BUILD_TYPE='None' \
46
-DCMAKE_INSTALL_PREFIX='/usr' \
47
-DENABLE_WAYLAND=ON \
48
-DENABLE_XCB_ERRORS=ON \
49
-DENABLE_OPENGL=ON \
50
-Wno-dev
51
cmake --build build -j "$(nproc)"
52
}
53
54
package() {
55
DESTDIR="$pkgdir" cmake --install build
56
}
57
58
# vim:set ts=2 sw=2 et:
59
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 15:28:46 | Low | 2 |