summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5652f140f7486e531344af4a01b4b785561bdd5d (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.1
pkgrel=1
pkgdesc="A collection of sim racing-focused utilities and drivers"
arch=('any')
url="http://www.example.com/"
license=('custom:unknown')
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
)

package() {
  true
}