aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-07-01 09:47:20 +0400
committerVitaly Zdanevich <zdanevich.vitaly@ya.ru>2024-07-01 09:47:20 +0400
commitff70825aac21f17474297974c345598ded4efae0 (patch)
treef4a2943d649e55c2db8035d17bc835adccd3adaa /net-im
parentdev-util/hut: drop 0.5.0 (diff)
downloadguru-ff70825aac21f17474297974c345598ded4efae0.tar.gz
guru-ff70825aac21f17474297974c345598ded4efae0.tar.bz2
guru-ff70825aac21f17474297974c345598ded4efae0.zip
net-im/manyverse-bin: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/manyverse-bin/Manifest1
-rw-r--r--net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild38
-rw-r--r--net-im/manyverse-bin/metadata.xml11
3 files changed, 50 insertions, 0 deletions
diff --git a/net-im/manyverse-bin/Manifest b/net-im/manyverse-bin/Manifest
new file mode 100644
index 000000000..f2b7b031a
--- /dev/null
+++ b/net-im/manyverse-bin/Manifest
@@ -0,0 +1 @@
+DIST manyverse_0.2310.9-beta_amd64.deb 72048716 BLAKE2B 613c174359c72d948c51598674a7fdde15ffac80f451cc0765524329e625ed1c4fd642b8dd62613e6a28fbf17cf5796053412e4a08b4f256c75e7b7f0cfcf533 SHA512 6a970126f7ae622ba0bfed85ddb31b5193823365d04f50ca7ac914968336fdb9cbf310ce535946875bb9500d754bf98a01eb9f2236bdac054e93dfa8f31b3461
diff --git a/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
new file mode 100644
index 000000000..fea06df81
--- /dev/null
+++ b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg-utils
+
+DESCRIPTION="A social network off the grid with append-only protocol (no edits) on blockchain"
+HOMEPAGE="https://www.manyver.se/"
+
+SRC_URI="https://github.com/staltz/manyverse/releases/download/v${PV}-beta/manyverse_${PV}-beta_amd64.deb"
+S="${WORKDIR}"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="strip"
+
+src_prepare() {
+ rm -rf usr/share/doc/
+ # Because only changelog.gz here with a few lines, and need to be unpacked
+
+ default
+}
+
+src_install() {
+ insinto /
+ doins -r .
+
+ dobin /opt/Manyverse/manyverse
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+
+ xdg_icon_cache_update
+}
diff --git a/net-im/manyverse-bin/metadata.xml b/net-im/manyverse-bin/metadata.xml
new file mode 100644
index 000000000..3a15efb62
--- /dev/null
+++ b/net-im/manyverse-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>zdanevich.vitaly@ya.ru</email>
+ <name>Vitaly Zdanevich</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">staltz/manyverse</remote-id>
+ </upstream>
+</pkgmetadata>