diff options
author | Brendan Szymanski | 2018-03-22 00:26:24 -0400 |
---|---|---|
committer | Brendan Szymanski | 2018-03-22 00:26:24 -0400 |
commit | 4154ca910dfea15d8926d2f9704173b855daf1e2 (patch) | |
tree | 1ab069b0d706e0d8c8565bb658622f289b82b966 /.SRCINFO | |
download | aur-4154ca910dfea15d8926d2f9704173b855daf1e2.tar.gz |
Initial AUR upload
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..05eef1c34f6 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,43 @@ +pkgbase = citra-canary-git + pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger written in C++ + pkgver = r5878.66312b56 + pkgrel = 1 + url = https://github.com/citra-emu/citra-canary/tree/master + arch = i686 + arch = x86_64 + license = GPL2 + makedepends = git + makedepends = cmake + depends = shared-mime-info + depends = desktop-file-utils + depends = sdl2 + depends = qt5-base + optdepends = libxkbcommon-x11: for X11 support + optdepends = qt5-wayland: for Wayland support + source = citra::git+https://github.com/citra-emu/citra-canary#branch=master + source = git+https://github.com/citra-emu/ext-boost + source = git+https://github.com/neobrain/nihstro + source = git+https://github.com/citra-emu/ext-soundtouch + source = git+https://github.com/philsquared/Catch + source = git+https://github.com/MerryMage/dynarmic + source = git+https://github.com/herumi/xbyak + source = git+https://github.com/weidai11/cryptopp + source = git+https://github.com/fmtlib/fmt + source = git+https://github.com/lsalzman/enet + source = git+https://github.com/benhoyt/inih + source = git+https://github.com/j-selby/libressl-portable + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + md5sums = SKIP + +pkgname = citra-canary-git + |