sixaxis-tools

LOW
maintainer twilight0 0 votes scanned 2026-09-06 09:10:50.549465
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: Twilight0 <https://github.com/Twilight0>
2pkgname=sixaxis-tools
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="User-mode Sony Sixaxis pairing tools (CLI, ncurses, GTK3/XApp), wrapping sixpair"
6arch=('x86_64')
7url="https://github.com/Twilight0/sixaxis-tools"
8license=('GPL-2.0-or-later')
9depends=('libusb-compat' 'ncurses' 'gtk3' 'xapp')
10optdepends=('bluez: list Bluetooth-connected controllers')
11makedepends=('pkgconf' 'gcc' 'make')
12source=("$pkgname-$pkgver.tar.gz::https://github.com/Twilight0/sixaxis-tools/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('6f71caad0767ead49990d24ad86912faa584bde4f460b52210721e6d68733e32')
14
15build() {
16 cd "$pkgname-$pkgver"
17 make
18}
19
20package() {
21 cd "$pkgname-$pkgver"
22 install -Dm755 sixaxis-ctrl "$pkgdir/usr/bin/sixaxis-ctrl"
23 install -Dm755 sixaxis-tui "$pkgdir/usr/bin/sixaxis-tui"
24 install -Dm755 sixaxis-gtk "$pkgdir/usr/bin/sixaxis-gtk"
25 # udev rule: lets the tools open the controller as a regular user
26 install -Dm644 99-sixaxis.rules "$pkgdir/usr/lib/udev/rules.d/99-sixaxis.rules"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 09:10:50 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