commit: ff70825aac21f17474297974c345598ded4efae0 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Mon Jul 1 05:47:20 2024 +0000 Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> CommitDate: Mon Jul 1 05:47:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff70825a
net-im/manyverse-bin: new package Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> net-im/manyverse-bin/Manifest | 1 + net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild | 38 ++++++++++++++++++++++ net-im/manyverse-bin/metadata.xml | 11 +++++++ 3 files changed, 50 insertions(+) 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>[email protected]</email> + <name>Vitaly Zdanevich</name> + </maintainer> + <upstream> + <remote-id type="github">staltz/manyverse</remote-id> + </upstream> +</pkgmetadata>
