summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f085264d7204c3c8b3abf262a926ca48f6e47b2c (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
# Maintainer: Avery Murray <averylapine@gmail.com>

_pkgname=proton-call
pkgname=proton-caller-git
__pkgname=Proton-Caller
pkgver=1.4.0
pkgrel=1
pkgdesc="Run any Windows program through Proton"
arch=('x86_64')
url="https://github.com/caverym/Proton-Caller/"
license=('GPL3')
depends=(
  'steam'
  'dxvk'
  'git'
)
conflicts=(proton-caller)

source=("git+https://github.com/caverym/$__pkgname.git")
sha256sums=('SKIP')

build() {
  cd "$srcdir/$__pkgname"
  make
}

package() {
  make install-pkgbuild
}