sixaxis-tools
LOW
maintainer twilight0
0 votes
scanned 2026-09-06 09:10:50.549465
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>
2
pkgname=sixaxis-tools
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="User-mode Sony Sixaxis pairing tools (CLI, ncurses, GTK3/XApp), wrapping sixpair"
6
arch=('x86_64')
7
url="https://github.com/Twilight0/sixaxis-tools"
8
license=('GPL-2.0-or-later')
9
depends=('libusb-compat' 'ncurses' 'gtk3' 'xapp')
10
optdepends=('bluez: list Bluetooth-connected controllers')
11
makedepends=('pkgconf' 'gcc' 'make')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/Twilight0/sixaxis-tools/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('6f71caad0767ead49990d24ad86912faa584bde4f460b52210721e6d68733e32')
14
15
build() {
16
cd "$pkgname-$pkgver"
17
make
18
}
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 09:10:50 | Low | 1 |