herdr-gui-bin
LOW
maintainer liveopt
0 votes
scanned 2026-08-27 05:31:50.628779
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
# Maintainer: Yubo-Cao <cao2006721 at gmail dot com>
2
3
pkgname=herdr-gui-bin
4
pkgver=0.4.7
5
pkgrel=1
6
pkgdesc="Self-hosted web GUI for Herdr"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/powerfooI/herdr-gui"
9
license=('MIT')
10
depends=('glibc')
11
optdepends=(
12
'herdr: manage a local Herdr server'
13
'openssh: connect to remote Herdr servers'
14
)
15
provides=("herdr-gui=${pkgver}")
16
conflicts=('herdr-gui')
17
options=('!strip' '!debug')
18
source=(
19
"LICENSE.upstream::${url}/raw/v${pkgver}/LICENSE"
20
"THIRD_PARTY_NOTICES.md::${url}/raw/v${pkgver}/THIRD_PARTY_NOTICES.md"
21
)
22
source_x86_64=("${pkgname}-${pkgver}-${CARCH}.tar.xz::${url}/releases/download/v${pkgver}/herdr-gui-v${pkgver}-linux-x64.tar.xz")
23
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.xz::${url}/releases/download/v${pkgver}/herdr-gui-v${pkgver}-linux-arm64.tar.xz")
24
sha256sums=(
25
'f0366103e89c5b21afe3f414c1f708dfa2e6d261e54cd2ea1b893cb2188ea61e'
26
'15fb42d367661e7306881d36f9b49ae8e224c7f82747f11bbadde4046b613b72'
27
)
28
sha256sums_x86_64=('a003d64a377bf092f91f02b7fdf591c08d46711c0f8e18f0e47381bff3a96c2e')
29
sha256sums_aarch64=('33abdc1bfdb369ff7bf78da0b015974d14a8c8231278bc8f8b42d891cc941328')
30
31
package() {
32
local platform='x64'
33
[[ $CARCH == aarch64 ]] && platform='arm64'
34
35
install -Dm755 "herdr-gui-linux-${platform}/herdr-gui" \
36
"${pkgdir}/usr/bin/herdr-gui"
37
install -Dm644 LICENSE.upstream \
38
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
39
install -Dm644 THIRD_PARTY_NOTICES.md \
40
"${pkgdir}/usr/share/doc/${pkgname}/THIRD_PARTY_NOTICES.md"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 05:31:50 | Low | 1 |