blob: 5cb6f7c3a9aad3330cd3856f970c2ec81ab6cc14 (
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.4
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
universal-pidff-dkms
)
package() {
true
}
|