blob: 942ae1df51f5657f7e6f7833af53b0a7dcdb014f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Maintainer: Tomasz Pakula <forest10pl@gmail.com>
pkgname=simracing-essentials
pkgver=1.2
pkgrel=1
pkgdesc="A collection of sim racing-focused utilities and drivers"
arch=('any')
url="https://github.com/Lawstorant"
license=('GPL2')
depends=(
oversteer
ffbtools-git
protopedal-git
community-configs-for-protopedal-git
hidpp-logitech-g-pro-wheel-dkms-git
hid-fanatecff-dkms
new-lg4ff-dkms-git
t150_driver-dkms-git
hid-tmff2-dkms
jstest-gtk-git
boxflat-git
universal-pidff-dkms-git
)
package() {
true
}
|