blob: f0dfc060eb25ef8d520f1caeb7a950fbc29301e8 (
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
|
# Maintainer: Tomasz Pakula <forest10pl@gmail.com>
pkgname=simracing-essentials
pkgver=1.6
pkgrel=1
pkgdesc="A collection of sim racing-focused utilities and drivers"
arch=('any')
url="https://github.com/Lawstorant"
license=('GPL2')
depends=(
oversteer
protopedal
hidpp-logitech-g-pro-wheel-dkms
hid-fanatecff-dkms
new-lg4ff-dkms-git
t150_driver-dkms
hid-tmff2-dkms
jstest-gtk-git
boxflat
simracing-hwdb-git
)
package() {
true
}
|