bluekey
LOW
maintainer moldysteak
0 votes
scanned 2026-09-13 21:15:24.963188
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: Moldy <me@colbystuff.us>
2
pkgname=bluekey
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="Use your PC as a Bluetooth keyboard"
6
arch=('x86_64')
7
url="https://github.com/olbyolby/bluekey"
8
license=("GPL-3.0-or-later")
9
depends=(bluez)
10
makedepends=(cargo git)
11
install=bluekey.install
12
changelog=
13
source=("git+https://github.com/olbyolby/bluekey.git#tag=v$pkgver")
14
sha256sums=('f2c44e309b269d1f8e0a599ce729aa3e1a376b01bc0c62b578a5717ccab245ad')
15
16
17
prepare() {
18
19
export RUSTUP_TOOLCHAIN=stable
20
(cd bluekey && cargo fetch --locked --target host-tuple)
21
22
sed -i 's|/usr/local/bin/|/usr/bin/|' bluekey/bluekey/install/bluekeyd.service
23
sed -i 's|/usr/local/bin/|/usr/bin/|' bluekey/bluekey/install/us.colbystuff.Bluekey.service
24
}
25
26
build() {
27
export RUSTUP_TOOLCHAIN=stable
28
export CARGO_TARGET_DIR=target
29
(cd bluekey && cargo build --frozen --release --all-features)
30
}
31
32
33
34
package() {
35
install -Dm0755 -t "$pkgdir/usr/bin/" "bluekey/target/release/bluekey"
36
install -Dm0755 -t "$pkgdir/usr/bin/" "bluekey/target/release/bluekeyd"
37
install -Dm0644 -t "$pkgdir/usr/lib/systemd/system/" "bluekey/bluekey/install/bluekeyd.service"
38
install -Dm0644 -t "$pkgdir/usr/share/dbus-1/system.d/" "bluekey/bluekey/install/us.colbystuff.Bluekey.conf"
39
install -Dm0644 -t "$pkgdir/usr/share/dbus-1/system-services/" "bluekey/bluekey/install/us.colbystuff.Bluekey.service"
40
}
41
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 21:15:24 | Low | 1 |