puckctl

LOW
maintainer jslay 0 votes scanned 2026-08-30 19:44:01.063593
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: Justin Slay <justin.slay@gmail.com>
2pkgname=puckctl
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Gamepad / desktop mode for the Steam Controller Puck"
6arch=('x86_64')
7url="https://github.com/jslay88/puckctl"
8license=('MIT')
9depends=('gtk4' 'gcc-libs' 'glibc')
10makedepends=('cargo' 'pkgconf')
11options=('!lto')
12install=puckctl.install
13source=("$pkgname-$pkgver.tar.gz::https://github.com/jslay88/puckctl/archive/refs/tags/v$pkgver.tar.gz")
14sha256sums=('43f6f3dfcda836518b8c2f94dac84c1397fc8bc36bbc27c09cdceb9c1d8088c2')
15
16prepare() {
17 cd "$pkgname-$pkgver"
18 export RUSTUP_TOOLCHAIN=stable
19 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20}
21
22build() {
23 cd "$pkgname-$pkgver"
24 export RUSTUP_TOOLCHAIN=stable
25 export CARGO_TARGET_DIR=target
26 cargo build --frozen --release --workspace
27}
28
29package() {
30 cd "$pkgname-$pkgver"
31 install -Dm755 target/release/puckctl "$pkgdir/usr/bin/puckctl"
32 install -Dm755 target/release/puckctl-tray "$pkgdir/usr/bin/puckctl-tray"
33 install -Dm644 assets/steam-controller.png \
34 "$pkgdir/usr/share/puckctl/steam-controller.png"
35 install -Dm644 udev/60-puckctl.rules \
36 "$pkgdir/usr/lib/udev/rules.d/60-puckctl.rules"
37 sed 's|@BINDIR@|/usr/bin|g' systemd/puckctl.service.in >puckctl.service
38 sed 's|@BINDIR@|/usr/bin|g' systemd/puckctl-tray.service.in >puckctl-tray.service
39 install -Dm644 puckctl.service "$pkgdir/usr/lib/systemd/user/puckctl.service"
40 install -Dm644 puckctl-tray.service \
41 "$pkgdir/usr/lib/systemd/user/puckctl-tray.service"
42 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 19:44:01 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