mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
23 lines
819 B
Text
23 lines
819 B
Text
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=game-devices-udev
|
|
pkgver=0.23
|
|
pkgrel=0
|
|
pkgdesc="udev rules for a bunch of game controllers"
|
|
url="https://codeberg.org/fabiscafe/game-devices-udev"
|
|
arch="noarch"
|
|
license="MIT"
|
|
source="$pkgname-$pkgver.tgz::https://codeberg.org/fabiscafe/game-devices-udev/archive/$pkgver.tar.gz"
|
|
builddir="$srcdir/game-devices-udev"
|
|
options="!check" # just text files
|
|
|
|
package() {
|
|
install -Dm644 ./*.rules -t "$pkgdir"/usr/lib/udev/rules.d/
|
|
install -Dm644 /dev/stdin "$pkgdir"/etc/modules-load.d/game-devices-udev.conf <<-EOF
|
|
# needed for a lot of controller inputs
|
|
uinput
|
|
EOF
|
|
}
|
|
|
|
sha512sums="
|
|
57e753696ebffa80c64c37ad3322137ad158da8b04b39ee0535208c74d1009595852113a9b8683a607280d3e136d37bef5cf2e112e8656b9e356b183bf4dee3d game-devices-udev-0.23.tgz
|
|
"
|