summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 56ab89c93c79efad0ed9da07893045523f9369bb (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
# Maintainer:

## options
if [[ (-z "$_srcinfo" && -z "$_pkgver") ]]; then
  : ${_autoupdate:=true}
fi

: ${_install_path:=usr/lib}
: ${startdir:=.}

_pkgname="ryujinx"
pkgname="$_pkgname"
pkgver=1.2.78
pkgrel=1
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
url="https://github.com/Ryubing/Ryujinx"
license=('MIT')
arch=('x86_64')

source "$startdir"/PKGBUILD.common
source "$startdir"/PKGBUILD.release

_update_version
_source_ryujinx

source+=(
  PKGBUILD.common
  PKGBUILD.release
)
sha256sums+=(
  'SKIP'
  'SKIP'
)