hcibridge-bin
LOW
maintainer heppu
0 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-bin
3
pkgver=0.10.16
4
pkgrel=1
5
pkgdesc="Attach remote ESP32 Bluetooth bridges to the local Bluetooth stack (release binary)"
6
arch=('x86_64' 'aarch64' 'armv7h')
7
url="https://github.com/heppu/esp-hci-bridge"
8
license=('MIT')
9
depends=('bluez')
10
provides=('hcibridge')
11
conflicts=('hcibridge')
12
backup=('etc/hcibridge/config' 'etc/hcibridge/config.d/50-example.conf' 'etc/default/hcibridge')
13
_rel="https://github.com/heppu/esp-hci-bridge/releases/download/v$pkgver"
14
source=("hcibridge-$pkgver.tar.gz::https://github.com/heppu/esp-hci-bridge/archive/refs/tags/v$pkgver.tar.gz"
15
"hcibridge.1-$pkgver::$_rel/hcibridge.1"
16
"hcibridge.bash-$pkgver::$_rel/hcibridge.bash"
17
"_hcibridge-$pkgver::$_rel/_hcibridge"
18
"hcibridge.fish-$pkgver::$_rel/hcibridge.fish")
19
source_x86_64=("hcibridge-$pkgver-x86_64::$_rel/hcibridge-x86_64-linux")
20
source_aarch64=("hcibridge-$pkgver-aarch64::$_rel/hcibridge-aarch64-linux")
21
source_armv7h=("hcibridge-$pkgver-armv7h::$_rel/hcibridge-armv7-linux")
22
sha256sums=('0669735eee5b9b750b9dfb5ce5f1aec0df582748021dc77511df372f44f62c7e' '691bebbc27cbe985fa5043472737eaa00923dd93c5ed3f486900c784bdb6b0f2' '7de3988de9a4985767be7b5c362dc395570321e6e628f319b3ef31c3c65716fd' '5303882f927736c07944c53d25e52d00f957461fe597f0d5feb87378a3c3f0a5' '6ead0d149c08e820c1e37ce2207eca4aba9d5e7aae600f9caafde94f8f94e75b')
23
sha256sums_x86_64=('4875367ff5e14225d35b341fc8eb0d194911ee5a53d0a6b9da2033787484d7a7')
24
sha256sums_aarch64=('5e7d6bf642370ac6006771000c25bbc3e0bb6eafede8c936d14e87381410b3d2')
25
sha256sums_armv7h=('a0f5ac55ea6c9625f253c6e23834a161d957ebe2650f81624a0ef78118d3f2b1')
26
27
package() {
28
local src="esp-hci-bridge-$pkgver"
29
install -Dm755 "hcibridge-$pkgver-$CARCH" "$pkgdir/usr/bin/hcibridge"
30
install -Dm644 "hcibridge.1-$pkgver" "$pkgdir/usr/share/man/man1/hcibridge.1"
31
install -Dm644 "hcibridge.bash-$pkgver" "$pkgdir/usr/share/bash-completion/completions/hcibridge"
32
install -Dm644 "_hcibridge-$pkgver" "$pkgdir/usr/share/zsh/site-functions/_hcibridge"
33
install -Dm644 "hcibridge.fish-$pkgver" "$pkgdir/usr/share/fish/vendor_completions.d/hcibridge.fish"
34
install -Dm644 "$src/host/systemd/hcibridge.service" "$pkgdir/usr/lib/systemd/system/hcibridge.service"
35
install -Dm644 "$src/host/systemd/hcibridge.env" "$pkgdir/etc/default/hcibridge"
36
install -Dm644 "$src/host/modules-load.conf" "$pkgdir/usr/lib/modules-load.d/hci_vhci.conf"
37
install -Dm644 "$src/host/config/config" "$pkgdir/etc/hcibridge/config"
38
install -Dm644 "$src/host/config/config.d/50-example.conf" "$pkgdir/etc/hcibridge/config.d/50-example.conf"
39
install -Dm644 "$src/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-07 21:15:20 | Low | 1 |