nebu-bin
LOW
maintainer nickheyer
0 votes
scanned 2026-09-16 09:21:46.704965
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
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: nickheyer
3
4
pkgname='nebu-bin'
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc='Model storage, inference runtime management, and API gateway'
8
url='https://github.com/nickheyer/nebu'
9
arch=('aarch64' 'x86_64')
10
license=('MIT')
11
provides=('nebu')
12
conflicts=('nebu')
13
depends=('ca-certificates')
14
optdepends=('git: git model sources' 'cmake: building llama.cpp' 'gcc: compiling inference runtimes' 'python: Python inference runtimes' 'python-pip: installing Python inference runtimes' 'cuda: building CUDA inference runtimes' 'nvidia-utils: NVIDIA device probing' 'hip-runtime-amd: AMD inference runtimes' 'rocm-smi-lib: AMD device probing' 'docker: optional container build sandbox')
15
backup=('etc/nebu/config.yaml')
16
17
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nickheyer/nebu/releases/download/v${pkgver}/nebu_${pkgver}_linux_arm64.tar.gz")
18
sha256sums_aarch64=('7fbc2411516cbdf2dd9420ae9298ecaef309b710308907cb9e5bc3c1cbf9c8ec')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nickheyer/nebu/releases/download/v${pkgver}/nebu_${pkgver}_linux_amd64.tar.gz")
21
sha256sums_x86_64=('80d4b377a676743365bc16137ed8edff2ea6d87ae691d687c3f127c0398d98b2')
22
23
package() {
24
install -Dm755 nebu "${pkgdir}/usr/bin/nebu"
25
install -Dm644 packaging/config.yaml "${pkgdir}/etc/nebu/config.yaml"
26
install -Dm644 packaging/nebu.service "${pkgdir}/usr/lib/systemd/user/nebu.service"
27
install -Dm644 README.md "${pkgdir}/usr/share/doc/nebu/README.md"
28
for file in LICENSE*; do
29
[ -f "$file" ] || continue
30
install -Dm644 "$file" "${pkgdir}/usr/share/licenses/nebu/$file"
31
done
32
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 09:21:46 | Low | 1 |