summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pedersen2016-08-05 20:16:13 +0200
committerDavid Pedersen2016-08-05 20:16:13 +0200
commit5244f18ae7ec54f5a3187db69932fe1e37d85ec5 (patch)
tree8d110c544872f23757dbd8ed94eef69d28d94888
downloadaur-5244f18ae7ec54f5a3187db69932fe1e37d85ec5.tar.gz
Initial commit
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD22
-rw-r--r--wowmatrix.desktop10
-rw-r--r--wowmatrix.pngbin0 -> 4777 bytes
4 files changed, 53 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..57e0e26b7925
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = wowmatrix
+ pkgdesc = WowMatrix is a 100% FREE WoW AddOn Installer and Updater
+ pkgver = 1
+ pkgrel = 1
+ url = https://www.wowmatrix.com/
+ arch = i686
+ arch = x86_64
+ license = custom
+ provides = wowmatrix
+ conflicts = wowmatrix
+ source = wowmatrix.desktop
+ source = wowmatrix.png
+ md5sums = cd53cc6f306dbd734dcb76ac064c96c1
+ md5sums = 8575a4076ceb1ab6c1808272505f36ae
+ source_i686 = http://swupdate.wowmatrix.com/linux/wowmatrix32.tar.gz
+ md5sums_i686 = SKIP
+ source_x86_64 = http://swupdate.wowmatrix.com/linux/wowmatrix.tar.gz
+ md5sums_x86_64 = SKIP
+
+pkgname = wowmatrix
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f72291d2e3ad
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: David Pedersen <limero@me.com>
+pkgname=wowmatrix
+pkgver=1
+pkgrel=1
+pkgdesc="WowMatrix is a 100% FREE WoW AddOn Installer and Updater"
+arch=('i686' 'x86_64')
+url="https://www.wowmatrix.com/"
+license=('custom')
+provides=("$pkgname")
+conflicts=("$pkgname")
+source=("$pkgname.desktop" "$pkgname.png")
+source_i686=("http://swupdate.wowmatrix.com/linux/wowmatrix32.tar.gz")
+source_x86_64=("http://swupdate.wowmatrix.com/linux/wowmatrix.tar.gz")
+md5sums=('cd53cc6f306dbd734dcb76ac064c96c1' '8575a4076ceb1ab6c1808272505f36ae')
+md5sums_i686=('SKIP')
+md5sums_x86_64=('SKIP')
+
+package() {
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
diff --git a/wowmatrix.desktop b/wowmatrix.desktop
new file mode 100644
index 000000000000..da8890f6dbc5
--- /dev/null
+++ b/wowmatrix.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=WowMatrix
+GenericName=WoW AddOn Installer and Updater
+Comment=Download, install and update your favorite World of Warcraft AddOns with just a few simple clicks.
+Exec=/usr/bin/wowmatrix
+Icon=wowmatrix
+Terminal=false
+Categories=Game;
diff --git a/wowmatrix.png b/wowmatrix.png
new file mode 100644
index 000000000000..194a2aabecb1
--- /dev/null
+++ b/wowmatrix.png
Binary files differ