herdr-gpui
LOW
maintainer chmouel
0 votes
scanned 2026-09-24 09:42:26.093386
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
#!/usr/bin/env bash
2
# shellcheck disable=SC2034
3
# Maintainer: Chmouel Boudjnah <chmouel@chmouel.com>
4
pkgname=herdr-gpui
5
pkgver=20260924.4
6
pkgrel=1
7
pkgdesc="Native GPUI client for an installed Herdr daemon"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/penso/herdr-gpui"
10
license=('Apache-2.0')
11
depends=('glibc>=2.39' 'gcc-libs' 'alsa-lib' 'freetype2' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'vulkan-icd-loader')
12
13
source_x86_64=(
14
"Herdr-${pkgver}-x86_64-unknown-linux-gnu.tar.gz::https://github.com/penso/herdr-gpui/releases/download/v${pkgver}/Herdr-${pkgver}-x86_64-unknown-linux-gnu.tar.gz"
15
)
16
sha256sums_x86_64=('68a9cfec5a1317f51e75f6f160ea4899501abcb06437a793cd191bf9bab94ae4')
17
sha256sums_aarch64=('ec5b2cba008c3571d8b437f2d66b059ac42a870a3e34abfb194db8c32b0c7976')
18
19
source_aarch64=(
20
"Herdr-${pkgver}-aarch64-unknown-linux-gnu.tar.gz::https://github.com/penso/herdr-gpui/releases/download/v${pkgver}/Herdr-${pkgver}-aarch64-unknown-linux-gnu.tar.gz"
21
)
22
23
package() {
24
local _release_dir="${srcdir}/Herdr-${pkgver}-${CARCH}-unknown-linux-gnu"
25
26
install -Dm755 "${_release_dir}/bin/herdr-gpui" "${pkgdir}/usr/bin/herdr-gpui"
27
install -Dm644 "${_release_dir}/share/applications/herdr-gpui.desktop" \
28
"${pkgdir}/usr/share/applications/herdr-gpui.desktop"
29
install -Dm644 "${_release_dir}/share/icons/hicolor/scalable/apps/herdr-gpui.svg" \
30
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/herdr-gpui.svg"
31
32
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
33
install -m644 "${_release_dir}/share/licenses/herdr-gpui/"* \
34
"${pkgdir}/usr/share/licenses/${pkgname}/"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-24 09:42:26 | Low | 1 |