summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Duncan Hammond2019-08-23 18:38:04 -0400
committerMichael Duncan Hammond2019-08-23 18:38:04 -0400
commit671b444f0e1695be2de02833f2428d2185038db6 (patch)
tree3ce8f5c14b8b748917366112c19d2edfa7a20f4a
downloadaur-671b444f0e1695be2de02833f2428d2185038db6.tar.gz
.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD24
-rw-r--r--dolphin-emu-triforce.desktop9
-rw-r--r--dolphin-emu-triforce.pngbin0 -> 3351 bytes
4 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b5d6202d8180
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = dolphin-emu-triforce
+ pkgdesc = A Triforce emulator
+ pkgver = 4.0-315
+ pkgrel = 1
+ url = http://www.dolphin-emu.org/
+ arch = x86_64
+ license = GPL2
+ source = https://github.com/monokuma9/dolphin-triforce-linux/releases/download/4.0-315.1/dolphin-emu-triforce-4.0-315.glibc2.15-x86_64.AppImage
+ source = dolphin-emu-triforce.desktop
+ source = dolphin-emu-triforce.png
+ sha256sums = 0aaedf5063336f9bac540654a565891ce0eb3ebb1f2195f17d86c87e94448cfd
+ sha256sums = 8541fbe624024ee7e0d08e6c33ab7d40b19a99fcda284a7e23581a84d1201f2d
+ sha256sums = d917e9ecaa75b1e9e268b869050d76d8e491ba0b862c3ac923a7aa629a91f21b
+
+pkgname = dolphin-emu-triforce
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..38486960d4cc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: mhammond9 <mhammond9@radford.edu>
+pkgname=dolphin-emu-triforce
+pkgbase=dolphin-emu-triforce
+pkgver=4.0.315
+pkgrel=1
+pkgdesc='A Triforce emulator'
+arch=('x86_64')
+url='http://www.dolphin-emu.org/'
+license=('GPL2')
+options=('!strip')
+source=("https://github.com/monokuma9/dolphin-triforce-linux/releases/download/4.0-315.1/dolphin-emu-triforce-4.0-315.glibc2.15-x86_64.AppImage" "dolphin-emu-triforce.desktop" "dolphin-emu-triforce.png")
+sha256sums=('0aaedf5063336f9bac540654a565891ce0eb3ebb1f2195f17d86c87e94448cfd'
+ '046306a46845a14952b13b8f8f4cc50a1bd37c1d5d8abf46a87c44d93286e9c8'
+ 'd917e9ecaa75b1e9e268b869050d76d8e491ba0b862c3ac923a7aa629a91f21b')
+
+package()
+{
+ cd "$srcdir"
+ mkdir $pkgdir/triforce
+ install -Dm755 'dolphin-emu-triforce-4.0-315.glibc2.15-x86_64.AppImage' "$pkgdir/usr/bin/dolphin-emu-triforce"
+ install -Dm644 "${srcdir}/dolphin-emu-triforce.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu-triforce.desktop"
+ install -Dm644 'dolphin-emu-triforce.png' "${pkgdir}/usr/share/pixmaps/dolphin-emu-triforce.png"
+}
diff --git a/dolphin-emu-triforce.desktop b/dolphin-emu-triforce.desktop
new file mode 100644
index 000000000000..12a4c5ad4f5e
--- /dev/null
+++ b/dolphin-emu-triforce.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=4.0.315
+Type=Application
+Name=Dolphin Triforce Emulator
+Comment=A Triforce Emulator
+Icon=dolphin-emu-triforce
+Exec=dolphin-emu-triforce
+Categories=Game;
+
diff --git a/dolphin-emu-triforce.png b/dolphin-emu-triforce.png
new file mode 100644
index 000000000000..fabb04e52242
--- /dev/null
+++ b/dolphin-emu-triforce.png
Binary files differ