nebu-bin

LOW
maintainer nickheyer 0 votes scanned 2026-09-16 09:21:46.704965
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# This file was generated by GoReleaser. DO NOT EDIT.
2# Maintainer: nickheyer
3
4pkgname='nebu-bin'
5pkgver=0.1.0
6pkgrel=1
7pkgdesc='Model storage, inference runtime management, and API gateway'
8url='https://github.com/nickheyer/nebu'
9arch=('aarch64' 'x86_64')
10license=('MIT')
11provides=('nebu')
12conflicts=('nebu')
13depends=('ca-certificates')
14optdepends=('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')
15backup=('etc/nebu/config.yaml')
16
17source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/nickheyer/nebu/releases/download/v${pkgver}/nebu_${pkgver}_linux_arm64.tar.gz")
18sha256sums_aarch64=('7fbc2411516cbdf2dd9420ae9298ecaef309b710308907cb9e5bc3c1cbf9c8ec')
19
20source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/nickheyer/nebu/releases/download/v${pkgver}/nebu_${pkgver}_linux_amd64.tar.gz")
21sha256sums_x86_64=('80d4b377a676743365bc16137ed8edff2ea6d87ae691d687c3f127c0398d98b2')
22
23package() {
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)SeverityRules
2026-09-16 09:21:46 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