summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2018-12-16 00:47:29 -0500
committerShayne Hartford2018-12-16 00:47:29 -0500
commit4d95bc5f1ba3d1cfda3b2482aa4433b784645ab6 (patch)
tree3e1efb49a247ed9bbbbabbbbee44f1c7e61781fc
downloadaur-4d95bc5f1ba3d1cfda3b2482aa4433b784645ab6.tar.gz
X31.1.2-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
-rw-r--r--realmofthemadgod.tar.gzbin0 -> 321 bytes
3 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..36d81b0571c6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = realmofthemadgod
+ pkgdesc = A simple desktop entry for flashplayer-standalone that loads Realm of The Mad God
+ pkgver = X31.1.2
+ pkgrel = 1
+ url = https://realmofthemadgod.com/
+ arch = x86_64
+ license = unknown
+ depends = flashplayer-standalone
+
+pkgname = realmofthemadgod
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1e62e064b0dc
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Shayne Hartford <shayneehartford@gmail.com>
+pkgname=realmofthemadgod
+pkgver=X31.1.2
+pkgrel=1
+pkgdesc="A simple desktop entry for flashplayer-standalone that loads Realm of The Mad God"
+arch=("x86_64")
+url="https://realmofthemadgod.com/"
+license=('unknown')
+depends=('flashplayer-standalone')
+source=('realmofthemadgod.tar.gz')
+sha256sums=('47ad1c673f36b73d1335458f7295c8216cd2611a6160e5661d5a0868f375bd76')
+
+package() {
+ install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+} \ No newline at end of file
diff --git a/realmofthemadgod.tar.gz b/realmofthemadgod.tar.gz
new file mode 100644
index 000000000000..17570ab12841
--- /dev/null
+++ b/realmofthemadgod.tar.gz
Binary files differ