bluekey

LOW
maintainer moldysteak 0 votes scanned 2026-09-13 21:15:24.963188
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: Moldy <me@colbystuff.us>
2pkgname=bluekey
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="Use your PC as a Bluetooth keyboard"
6arch=('x86_64')
7url="https://github.com/olbyolby/bluekey"
8license=("GPL-3.0-or-later")
9depends=(bluez)
10makedepends=(cargo git)
11install=bluekey.install
12changelog=
13source=("git+https://github.com/olbyolby/bluekey.git#tag=v$pkgver")
14sha256sums=('f2c44e309b269d1f8e0a599ce729aa3e1a376b01bc0c62b578a5717ccab245ad')
15
16
17prepare() {
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
26build() {
27 export RUSTUP_TOOLCHAIN=stable
28 export CARGO_TARGET_DIR=target
29 (cd bluekey && cargo build --frozen --release --all-features)
30}
31
32
33
34package() {
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)SeverityRules
2026-09-13 21:15:24 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