summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Sterba2019-04-05 19:35:14 +0200
committerAndré Sterba2019-04-05 19:35:14 +0200
commit731f3fd579260cf08cf90c072e0678728df6bcda (patch)
treea74d29f8a4c0ab6fc78afea756846dce5e489c53
downloadaur-731f3fd579260cf08cf90c072e0678728df6bcda.tar.gz
Inital commit
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD32
-rw-r--r--mqtt-explorer.desktop11
-rw-r--r--mqtt-explorer.pngbin0 -> 82879 bytes
4 files changed, 64 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f7e65a8df9c0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = mqtt-explorer-appimage
+ pkgdesc = Explore your message queues.
+ pkgver = 0.2.3
+ pkgrel = 1
+ url = https://github.com/thomasnordquist/MQTT-Explorer
+ arch = x86_64
+ license = AGPL
+ depends = fuse
+ provides = mqtt-explorer
+ conflicts = mqtt-explorer
+ noextract = MQTT-Explorer.AppImage
+ options = !strip
+ source = MQTT-Explorer.AppImage::https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.3/MQTT-Explorer-0.2.3-x86_64.AppImage
+ source = mqtt-explorer.desktop
+ source = mqtt-explorer.png
+ sha256sums = 402236d837f7190ddc87ce0084f451548f16c857fc7ca55fe2c17e250bf9e6c3
+ sha256sums = SKIP
+ sha256sums = SKIP
+
+pkgname = mqtt-explorer-appimage
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..10664e465dcf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: aps42 <arch@andre-sterba.de>
+pkgname=mqtt-explorer-appimage
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Explore your message queues.'
+arch=('x86_64')
+url='https://github.com/thomasnordquist/MQTT-Explorer'
+license=('AGPL')
+provides=('mqtt-explorer')
+conflicts=('mqtt-explorer')
+depends=('fuse')
+options=(!strip)
+_appimage="MQTT-Explorer.AppImage"
+source=(
+ "MQTT-Explorer.AppImage::https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v${pkgver}/MQTT-Explorer-${pkgver}-x86_64.AppImage"
+ "mqtt-explorer.desktop"
+ "mqtt-explorer.png"
+ )
+noextract=("${_appimage}")
+sha256sums=(
+ '402236d837f7190ddc87ce0084f451548f16c857fc7ca55fe2c17e250bf9e6c3'
+ 'SKIP'
+ 'SKIP'
+ )
+
+package() {
+ install -Dm755 $_appimage "$pkgdir"/usr/bin/mqtt-explorer
+ chmod +x "${pkgdir}/usr/bin/mqtt-explorer"
+
+ install -Dm644 "mqtt-explorer.desktop" "${pkgdir}/usr/share/applications/mqtt-explorer.desktop"
+ install -Dm644 "mqtt-explorer.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/mqtt-explorer.png"
+}
diff --git a/mqtt-explorer.desktop b/mqtt-explorer.desktop
new file mode 100644
index 000000000000..c6b3885333fd
--- /dev/null
+++ b/mqtt-explorer.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=MQTT Explorer
+Comment=Explore your message queues
+Exec=mqtt-explorer
+Terminal=false
+Type=Application
+Icon=mqtt-explorer
+StartupWMClass=MQTT Explorer
+X-AppImage-Version=0.2.3
+Categories=Development;
+X-AppImage-BuildId=1I5BgaAHHnnlWEoJFlWm5bvXXSC
diff --git a/mqtt-explorer.png b/mqtt-explorer.png
new file mode 100644
index 000000000000..220f9e1d2fb1
--- /dev/null
+++ b/mqtt-explorer.png
Binary files differ