blob: a2ace0edeb3dd72f02d53d6440da1551f53bcbb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Maintainer: Tomasz Pakula <forest10pl@gmail.com>
pkgname=simracing-essentials
pkgver=1.5
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
)
package() {
true
}
|