horneroctl-bin

LOW
maintainer ulises-jeremias 0 votes scanned 2026-09-15 15:19:57.334228
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: HorneroOS contributors <https://github.com/HorneroOS/hornero>
2# Native horneroctl binary from GitHub Releases (canonical distribution,
3# same pattern as agent-toolkit-bin). pkgver + per-arch sha256sums are
4# patched at publish time by .github/workflows/release.yml; the zero
5# placeholders below fail fast if this template is built directly.
6pkgname=horneroctl-bin
7pkgver=0.1.0
8pkgrel=1
9pkgdesc='HorneroOS system CLI (native binary)'
10arch=('x86_64' 'aarch64')
11url='https://github.com/HorneroOS/hornero'
12license=('MIT')
13options=('!strip')
14source_x86_64=("horneroctl::https://github.com/HorneroOS/hornero/releases/download/horneroctl-v${pkgver}/horneroctl-linux-x86_64")
15source_aarch64=("horneroctl::https://github.com/HorneroOS/hornero/releases/download/horneroctl-v${pkgver}/horneroctl-linux-arm64")
16sha256sums_x86_64=('a986e67c58a102d22598ba8d31c6dedbfd50d6f158e89a867478ce8fd0c84ef5')
17sha256sums_aarch64=('80e3f1111cd54ace790131b62c391efcadf0e938c5e8de7bdddeb1851d9cc710')
18
19package() {
20 install -Dm755 "${srcdir}/horneroctl" "${pkgdir}/usr/bin/horneroctl"
21}
22

Scan history

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