Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jul 23, 2023
1 parent 25c307c commit eeabeba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='reshade-shaders-lw'
pkgver='0.1'
pkgrel='1'
pkgdesc='Reshade shaders for Lutris Wine'
arch=('any')
url='https://github.com/VHSgunzo/reshade-shaders-lw'
license=('MIT')
provides=("$pkgname" "reshade-shaders-git")
conflicts=(${provides[@]})
source=("reshade.tar.xz::https://raw.githubusercontent.com/VHSgunzo/reshade-shaders-lw/main/reshade.tar.xz")
sha256sums=('SKIP')

package() {
cp -ar --no-preserve=ownership "$srcdir/opt" "$pkgdir/opt"
}
Binary file added reshade.tar.xz
Binary file not shown.

0 comments on commit eeabeba

Please sign in to comment.