net-im/manyverse-bin - 0.2310.9 (guru)

Search

Install

Install this version:

emerge -a =net-im/manyverse-bin-0.2310.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/manyverse-bin-0.2310.9

Or alternatively:

emerge --autounmask-write -a =net-im/manyverse-bin-0.2310.9

Package Information

Description:
A social network off the grid with append-only protocol (no edits) on blockchain
Homepage:
https://www.manyver.se/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.2310.9 8 ~amd64 0
View Raw Ebuild
# 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 .

	fperms +x /opt/Manyverse/manyverse
	dosym /opt/Manyverse/manyverse /usr/bin/${PN}
}

pkg_postinst() {

	xdg_desktop_database_update

	xdg_icon_cache_update
}

Inherited Eclasses

Manifest for 0.2310.9

Type File Size Source URLs
DIST manyverse_0.2310.9-beta_amd64.deb 72048716 bytes https://github.com/staltz/manyverse/releases/download/v0.2310.9-beta/manyverse_0.2310.9-beta_amd64.deb