net-p2p/fopnu - 1.68 (guru)

Search

Install

Install this version:

emerge -a =net-p2p/fopnu-1.68

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

autounmask =net-p2p/fopnu-1.68

Or alternatively:

emerge --autounmask-write -a =net-p2p/fopnu-1.68

Package Information

Description:
P2P file sharing system
Homepage:
https://www.fopnu.com
License:
Fopnu

Ebuild Details

Version EAPI Keywords Slot
1.68 8 -* ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop xdg

DESCRIPTION="P2P file sharing system"
HOMEPAGE="https://www.fopnu.com"
SRC_URI="
	amd64? ( https://download2.fopnu.com/download/${P}-1.x86_64.manualinstall.tar.gz -> ${P}.tar.gz )
"

S="${WORKDIR}/${P}-1.x86_64.manualinstall"

LICENSE="Fopnu"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror strip"

RDEPEND="
	dev-libs/dbus-glib
	dev-libs/glib
	sys-apps/dbus
	sys-libs/glibc
	virtual/zlib
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:3
	x11-libs/pango
"
DEPEND="${RDEPEND}"

QA_PREBUILT="usr/bin/fopnu"

src_install() {
	sed -i "/^Categories/ s/Internet;//" fopnu.desktop

	dobin fopnu
	domenu fopnu.desktop
	doicon -s 48 fopnu.png
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-libs/dbus-glib
	dev-libs/glib
	sys-apps/dbus
	sys-libs/glibc
	virtual/zlib
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:3
	x11-libs/pango

RDEPEND

	dev-libs/dbus-glib
	dev-libs/glib
	sys-apps/dbus
	sys-libs/glibc
	virtual/zlib
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:3
	x11-libs/pango

Manifest for 1.68

Type File Size Source URLs
DIST fopnu-1.68.tar.gz 18540847 bytes https://download2.fopnu.com/download/fopnu-1.68-1.x86_64.manualinstall.tar.gz