mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
Take over maintainership of packages I use in Testing to ensure they don't get dropped. I will also setup release-monitoring.org associations for them, if not already done. As before, I do not feel comfortable in community or main yet, but I think some should go there, so I might want better folks to grab some of these to move later. ``` ardour freedoom game-devices-udev gnome-latex mint-x-icons mint-y-icons onevpl-intel-gpu thermald wine-mono xdg-user-dirs-gtk xed xfce4-mailwatch-plugin xfce4-mixer ```
24 lines
825 B
Plaintext
24 lines
825 B
Plaintext
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=game-devices-udev
|
|
pkgver=0.22
|
|
pkgrel=2
|
|
pkgdesc="udev rules for a bunch of game controllers"
|
|
url="https://codeberg.org/fabiscafe/game-devices-udev"
|
|
arch="noarch"
|
|
license="MIT"
|
|
source="$pkgname-$pkgver.tar.gz::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="
|
|
668288c8ce8e5356aa28ba0f8af370e24c07d949da3aeb60d9b97c212a456c744e235290c8d3ff40fea0f5bcd0ac277748ddcb3250b2865aed009de10125c865 game-devices-udev-0.22.tar.gz
|
|
"
|