summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2019-10-12 12:52:26 +0200
committertercean2019-10-12 12:52:26 +0200
commit39a46ebc6f49cb05253411808845a6ebfaed6008 (patch)
treeb90b0ddfa942be97f4e1f6f87512cb6c25cf2379
downloadaur-39a46ebc6f49cb05253411808845a6ebfaed6008.tar.gz
1.0.0
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD35
-rw-r--r--hyperspace.desktop10
-rw-r--r--hyperspace.pngbin0 -> 14718 bytes
4 files changed, 68 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6b8f12e15e1b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = hyperspace-appimage
+ pkgdesc = The new beautiful, fluffy client for Mastodon
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://hyperspace.marquiskurt.net
+ arch = x86_64
+ license = custom:NPL
+ depends = fuse
+ provides = hyperspace
+ conflicts = hyperspace
+ noextract = Hengi-1.0.0.AppImage
+ options = !strip
+ source = Hyperspace-1.0.0.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v1.0.0/Hyperspace-1.0.0.AppImage
+ source = https://github.com/hyperspacedev/hyperspace/raw/v1.0.0/LICENSE
+ source = hyperspace.desktop
+ source = hyperspace.png
+ sha256sums = aeeae9d7a5a92f33f53aa045359a9e56da93682cdb68f8e512cc56aa325e45c8
+ sha256sums = 3dee0d29eba904aaaa8e9b4b66daba48cde5f9c42c872475f8a0ae94fe2bc2b8
+ sha256sums = SKIP
+ sha256sums = SKIP
+
+pkgname = hyperspace-appimage
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7969f6d2690f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,35 @@
+# Maintainer: tercean <cg@zknt.org>
+pkgname=hyperspace-appimage
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='The new beautiful, fluffy client for Mastodon'
+arch=('x86_64')
+url='https://hyperspace.marquiskurt.net'
+license=('custom:NPL')
+provides=('hyperspace')
+conflicts=('hyperspace')
+depends=('fuse')
+options=(!strip)
+_appimage="Hengi-${pkgver}.AppImage"
+source=(
+ "Hyperspace-${pkgver}.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver}/Hyperspace-${pkgver}.AppImage"
+ "https://github.com/hyperspacedev/hyperspace/raw/v${pkgver}/LICENSE"
+ "hyperspace.desktop"
+ "hyperspace.png"
+ )
+noextract=("${_appimage}")
+sha256sums=(
+ 'aeeae9d7a5a92f33f53aa045359a9e56da93682cdb68f8e512cc56aa325e45c8'
+ '3dee0d29eba904aaaa8e9b4b66daba48cde5f9c42c872475f8a0ae94fe2bc2b8'
+ 'SKIP'
+ 'SKIP'
+ )
+
+package() {
+ install -Dm755 $_appimage "$pkgdir"/usr/bin/hyperspace
+ chmod +x "${pkgdir}/usr/bin/hyperspace"
+
+ install -Dm644 "hyperspace.desktop" "${pkgdir}/usr/share/applications/hyperspace.desktop"
+ install -Dm644 "hyperspace.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/hyperspace.png"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/hyperspace.desktop b/hyperspace.desktop
new file mode 100644
index 000000000000..a474a65558b9
--- /dev/null
+++ b/hyperspace.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Hyperspace
+Comment=The new beautiful, fluffy client for Mastodon
+Exec=hyperspace
+Terminal=false
+Type=Application
+Icon=hyperspace
+StartupWMClass=hyperspace
+X-AppImage-Version=1.0.0
+Categories=Internet;
diff --git a/hyperspace.png b/hyperspace.png
new file mode 100644
index 000000000000..89cd91248d88
--- /dev/null
+++ b/hyperspace.png
Binary files differ