summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec8a75c4ec41f6ef2e0a6c5dbb41f16f8b56d944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=ryusak-bin
pkgver=1.6.2
pkgrel=2
pkgdesc="Allows you to download saves and shaders for Switch emulators."
arch=(x86_64)
url="https://github.com/Ecks1337/RyuSAK"
license=('GPL3')
conflicts=(emusak-bin)
depends=(expat glib2 nss gtk3)
source=("https://github.com/Ecks1337/RyuSAK/releases/download/v$pkgver/ryusak_${pkgver}_amd64.deb")
sha256sums=('4ea3f32576e50829daa9abac13cf0ee94f8716743928d745539f4bb2151114ed')

build(){
	tar -xvf data.tar.zst
}

package() {
	cp -r usr "$pkgdir"
}