puckctl
LOW
maintainer jslay
0 votes
scanned 2026-08-30 19:44:01.063593
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>
2
pkgname=puckctl
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc="Gamepad / desktop mode for the Steam Controller Puck"
6
arch=('x86_64')
7
url="https://github.com/jslay88/puckctl"
8
license=('MIT')
9
depends=('gtk4' 'gcc-libs' 'glibc')
10
makedepends=('cargo' 'pkgconf')
11
options=('!lto')
12
install=puckctl.install
13
source=("$pkgname-$pkgver.tar.gz::https://github.com/jslay88/puckctl/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('43f6f3dfcda836518b8c2f94dac84c1397fc8bc36bbc27c09cdceb9c1d8088c2')
15
16
prepare() {
17
cd "$pkgname-$pkgver"
18
export RUSTUP_TOOLCHAIN=stable
19
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
20
}
21
22
build() {
23
cd "$pkgname-$pkgver"
24
export RUSTUP_TOOLCHAIN=stable
25
export CARGO_TARGET_DIR=target
26
cargo build --frozen --release --workspace
27
}
28
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Low | 1 |