blob: 0ef3b067c28c33f95bb0fe9797b6c48b76f2d110 (
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
27
28
29
30
31
32
33
34
|
pkgbase = humble-lumpia-git
pkgdesc = A script for managing installations of Glorious Eggroll's custom proton build
pkgver = 1.0
pkgrel = 5
url = https://github.com/chuck-flowers/humble-lumpia
arch = any
license = GPL3
makedepends = git
makedepends = make
makedepends = gzip
depends = sh
depends = curl
depends = jq
depends = python
depends = vulkan-icd-loader
optdepends = kdialog: KDE splash dialog support
optdepends = zenity: GNOME splash dialog support
optdepends = python-kivy: splash dialog support (big picture mode)
optdepends = steam: use proton with steam like intended
optdepends = lib32-vulkan-icd-loader: dxvk dependency for 32bit prefixes
optdepends = vulkan-driver: actually have a vulkan driver installed
optdepends = linux-fsync: a kernel with futex-wait-multiple support
optdepends = linux-zen: a kernel with futex-wait-multiple support
optdepends = linux-pf: a kernel with futex-wait-multiple support
optdepends = winetricks: protonfixes backend - highly recommended
optdepends = wine: support for 32bit prefixes
optdepends = xboxdrv: gamepad driver service
optdepends = python-cef: generic splash dialog support
conflicts = humble-lumpia
replaces = humble-lumpia
source = git+https://github.com/chuck-flowers/humble-lumpia.git
md5sums = SKIP
pkgname = humble-lumpia-git
|