hornero-shell
LOW
maintainer ulises-jeremias
0 votes
scanned 2026-09-15 07:19:15.107868
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
3
pkgname=hornero-shell
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="Hornero OS desktop shell, built with Quickshell, QML and Qt for Wayland"
7
arch=('x86_64')
8
url="https://github.com/HorneroOS/shell"
9
license=('GPL-3.0-or-later')
10
depends=(
11
'aubio'
12
'libcava'
13
'libqalculate'
14
'pipewire'
15
'qt6-base'
16
'qt6-declarative'
17
'quickshell-git'
18
)
19
makedepends=(
20
'cmake'
21
'git'
22
'ninja'
23
'pkgconf'
24
'qt6-tools'
25
)
26
optdepends=(
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
)
37
source=("$pkgname::git+https://github.com/HorneroOS/shell.git")
38
sha256sums=('SKIP')
39
40
build() {
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
52
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-15 07:19:15 | Low | 2 |