hcibridge

LOW
maintainer heppu 1 votes scanned 2026-09-07 21:15:20.037637
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: Henri Koski <henri.koski@bitbrewers.fi>
2pkgname=hcibridge
3pkgver=0.10.18
4pkgrel=1
5pkgdesc="Attach remote ESP32 Bluetooth bridges to the local Bluetooth stack"
6arch=('x86_64' 'aarch64' 'armv7h')
7url="https://github.com/heppu/esp-hci-bridge"
8license=('MIT')
9depends=('bluez')
10makedepends=('zig')
11backup=('etc/hcibridge/config' 'etc/hcibridge/config.d/50-example.conf' 'etc/default/hcibridge')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/heppu/esp-hci-bridge/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('a27f083f130326d04ea60240dea39fdfabcf57e1f0d66474dfa0f6ebf514dc1d')
14
15build() {
16 cd "esp-hci-bridge-$pkgver"
17 zig build -Doptimize=ReleaseSafe "-Dversion=v$pkgver"
18 zig build gen "-Dversion=v$pkgver"
19}
20
21package() {
22 cd "esp-hci-bridge-$pkgver"
23 install -Dm755 zig-out/bin/hcibridge "$pkgdir/usr/bin/hcibridge"
24 install -Dm644 zig-out/gen/hcibridge.1 "$pkgdir/usr/share/man/man1/hcibridge.1"
25 install -Dm644 zig-out/gen/hcibridge.bash "$pkgdir/usr/share/bash-completion/completions/hcibridge"
26 install -Dm644 zig-out/gen/_hcibridge "$pkgdir/usr/share/zsh/site-functions/_hcibridge"
27 install -Dm644 zig-out/gen/hcibridge.fish "$pkgdir/usr/share/fish/vendor_completions.d/hcibridge.fish"
28 install -Dm644 host/systemd/hcibridge.service "$pkgdir/usr/lib/systemd/system/hcibridge.service"
29 install -Dm644 host/systemd/hcibridge.env "$pkgdir/etc/default/hcibridge"
30 install -Dm644 host/modules-load.conf "$pkgdir/usr/lib/modules-load.d/hci_vhci.conf"
31 install -Dm644 host/config/config "$pkgdir/etc/hcibridge/config"
32 install -Dm644 host/config/config.d/50-example.conf "$pkgdir/etc/hcibridge/config.d/50-example.conf"
33 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-07 21:15:20 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