horneroctl-bin
LOW
maintainer ulises-jeremias
0 votes
scanned 2026-09-15 15:19:57.334228
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.
6
pkgname=horneroctl-bin
7
pkgver=0.1.0
8
pkgrel=1
9
pkgdesc='HorneroOS system CLI (native binary)'
10
arch=('x86_64' 'aarch64')
11
url='https://github.com/HorneroOS/hornero'
12
license=('MIT')
13
options=('!strip')
14
source_x86_64=("horneroctl::https://github.com/HorneroOS/hornero/releases/download/horneroctl-v${pkgver}/horneroctl-linux-x86_64")
15
source_aarch64=("horneroctl::https://github.com/HorneroOS/hornero/releases/download/horneroctl-v${pkgver}/horneroctl-linux-arm64")
16
sha256sums_x86_64=('a986e67c58a102d22598ba8d31c6dedbfd50d6f158e89a867478ce8fd0c84ef5')
17
sha256sums_aarch64=('80e3f1111cd54ace790131b62c391efcadf0e938c5e8de7bdddeb1851d9cc710')
18
19
package() {
20
install -Dm755 "${srcdir}/horneroctl" "${pkgdir}/usr/bin/horneroctl"
21
}
22
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 15:19:57 | Low | 1 |