summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fe0fa25d2deaffa4f64a35509f6e407ae36c691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: AlieZ <aaliezz840@gmail.com>
pkgname=reshade-steam-proton-git
pkgver=r115.ae00249
pkgrel=1
pkgdesc='Easy setup and updating of ReShade on Linux for games using wine or proton.'
arch=('any')
url="https://github.com/kevinlekiller/reshade-steam-proton"
license=('GPL2')
depends=('grep' 'p7zip' 'curl' 'git')
optdepends=('wine: Only used if the game uses Vulkan (to insert Windows Registry entries).')
source=('reshade-steam-proton::git+https://github.com/kevinlekiller/reshade-steam-proton.git')
md5sums=('SKIP')

pkgver() {
  cd "$srcdir/reshade-steam-proton"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  cd "$srcdir/reshade-steam-proton"
  install -Dm755 *.sh -t "$pkgdir"/usr/bin/
}