hornero-shell

LOW
maintainer ulises-jeremias 0 votes scanned 2026-09-15 07:19:15.107868
View on AUR
Why flagged

The package builds from a public Git repository with a SKIP'd checksum, but sources are from the project's own official GitHub; no remote code execution or obfuscation is present, and the build process is transparent.

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 sources are from the project's own official GitHub; no remote code execution or obfuscation is present, and the build process is transparent.

PKGBUILD

1# Maintainer: HorneroOS contributors <https://github.com/HorneroOS/shell>
2
3pkgname=hornero-shell
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Hornero OS desktop shell, built with Quickshell, QML and Qt for Wayland"
7arch=('x86_64')
8url="https://github.com/HorneroOS/shell"
9license=('GPL-3.0-or-later')
10depends=(
11 'aubio'
12 'libcava'
13 'libqalculate'
14 'pipewire'
15 'qt6-base'
16 'qt6-declarative'
17 'quickshell-git'
18)
19makedepends=(
20 'cmake'
21 'git'
22 'ninja'
23 'pkgconf'
24 'qt6-tools'
25)
26optdepends=(
27 'app2unit: launch apps as systemd user units'
28 'brightnessctl: laptop backlight control'
29 'ddcutil: external monitor brightness control'
30 'fish: shell used by helper scripts'
31 'hyprland: compositor integration via hyprctl'
32 'lm_sensors: temperature sensor readings'
33 'networkmanager: network status via nmcli'
34 'swappy: screenshot annotation'
35 'wl-clipboard: clipboard integration via wl-copy'
36)
37source=("$pkgname::git+https://github.com/HorneroOS/shell.git")
38sha256sums=('SKIP')
39
40build() {
41 cmake -S "$pkgname" -B build -G Ninja \
42 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
43 -DCMAKE_INSTALL_PREFIX=/usr \
44 -DINSTALL_LIBDIR=/usr/lib/hornero \
45 -DINSTALL_QMLDIR=/usr/lib/qt6/qml \
46 -DINSTALL_QSCONFDIR=/etc/xdg/quickshell/hornero \
47 -DDISTRIBUTOR="arch" \
48 -DVERSION="$pkgver"
49 cmake --build build
50}
51
52package() {
53 DESTDIR="$pkgdir" cmake --install build
54
55 # Keep the installed helper script executable.
56 chmod 755 "$pkgdir/etc/xdg/quickshell/hornero/assets/wrap_term_launch.sh"
57
58 install -Dm644 "$pkgname/LICENSE.GPL-3.0" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
59 install -Dm644 "$pkgname/NOTICE" "$pkgdir/usr/share/licenses/$pkgname/NOTICE"
60}
61

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 07:19:15 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