herdr-gui-bin

LOW
maintainer liveopt 0 votes scanned 2026-08-27 05:31:50.628779
View on AUR
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
3pkgname=herdr-gui-bin
4pkgver=0.4.7
5pkgrel=1
6pkgdesc="Self-hosted web GUI for Herdr"
7arch=('x86_64' 'aarch64')
8url="https://github.com/powerfooI/herdr-gui"
9license=('MIT')
10depends=('glibc')
11optdepends=(
12 'herdr: manage a local Herdr server'
13 'openssh: connect to remote Herdr servers'
14)
15provides=("herdr-gui=${pkgver}")
16conflicts=('herdr-gui')
17options=('!strip' '!debug')
18source=(
19 "LICENSE.upstream::${url}/raw/v${pkgver}/LICENSE"
20 "THIRD_PARTY_NOTICES.md::${url}/raw/v${pkgver}/THIRD_PARTY_NOTICES.md"
21)
22source_x86_64=("${pkgname}-${pkgver}-${CARCH}.tar.xz::${url}/releases/download/v${pkgver}/herdr-gui-v${pkgver}-linux-x64.tar.xz")
23source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.xz::${url}/releases/download/v${pkgver}/herdr-gui-v${pkgver}-linux-arm64.tar.xz")
24sha256sums=(
25 'f0366103e89c5b21afe3f414c1f708dfa2e6d261e54cd2ea1b893cb2188ea61e'
26 '15fb42d367661e7306881d36f9b49ae8e224c7f82747f11bbadde4046b613b72'
27)
28sha256sums_x86_64=('a003d64a377bf092f91f02b7fdf591c08d46711c0f8e18f0e47381bff3a96c2e')
29sha256sums_aarch64=('33abdc1bfdb369ff7bf78da0b015974d14a8c8231278bc8f8b42d891cc941328')
30
31package() {
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)SeverityRules
2026-08-27 05:31:50 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion