hcibridge
LOW
maintainer heppu
1 votes
scanned 2026-09-07 21:15:20.037637
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>
2
pkgname=hcibridge
3
pkgver=0.10.18
4
pkgrel=1
5
pkgdesc="Attach remote ESP32 Bluetooth bridges to the local Bluetooth stack"
6
arch=('x86_64' 'aarch64' 'armv7h')
7
url="https://github.com/heppu/esp-hci-bridge"
8
license=('MIT')
9
depends=('bluez')
10
makedepends=('zig')
11
backup=('etc/hcibridge/config' 'etc/hcibridge/config.d/50-example.conf' 'etc/default/hcibridge')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/heppu/esp-hci-bridge/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('a27f083f130326d04ea60240dea39fdfabcf57e1f0d66474dfa0f6ebf514dc1d')
14
15
build() {
16
cd "esp-hci-bridge-$pkgver"
17
zig build -Doptimize=ReleaseSafe "-Dversion=v$pkgver"
18
zig build gen "-Dversion=v$pkgver"
19
}
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-07 21:15:20 | Low | 1 |