ueberzugpp-git

LOW
maintainer JstKddng 0 votes scanned 2026-09-18 15:28:46.039977
View on AUR
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
4pkgname=ueberzugpp-git
5_pkgname=ueberzugpp
6pkgver=r660.923f20b
7pkgrel=1
8pkgdesc="Command line utility which allows to display images in the terminal, written in C++"
9arch=('x86_64')
10url="https://github.com/jstkdng/ueberzugpp"
11license=("GPL-3.0-or-later")
12provides=("ueberzug")
13conflicts=("ueberzug" "ueberzugpp")
14makedepends=("cmake" "cli11" "nlohmann-json" "wayland-protocols" "extra-cmake-modules" "range-v3")
15depends=(
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)
34source=("git+https://github.com/jstkdng/ueberzugpp.git")
35sha256sums=("SKIP")
36
37pkgver() {
38 cd "$_pkgname"
39 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
40}
41
42build() {
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
54package() {
55 DESTDIR="$pkgdir" cmake --install build
56}
57
58# vim:set ts=2 sw=2 et:
59
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 15:28:46 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