mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-p2p/fopnu: new package, add 1.67
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
36
licenses/Fopnu
Normal file
36
licenses/Fopnu
Normal file
@@ -0,0 +1,36 @@
|
||||
As with any other internet software, such as your web-browser or email client,
|
||||
compliance with local laws and regulations is YOUR RESPONSIBILITY. You, and
|
||||
only you, are responsible for your actions.
|
||||
|
||||
This software is provided on an as-is basis, without any warranties or
|
||||
guarantees that it is free from defects, fit for a particular purpose, or
|
||||
non-infringing. The use of this software or any of the files downloaded using
|
||||
this software is at the sole risk of the end-user.
|
||||
|
||||
You acknowledge that Fopnu is ONLY a piece of software, much like a web-browser
|
||||
or email client, and that the creator of this software is not providing any
|
||||
kind of service. Any servers or content you access using this software are
|
||||
provided by other internet users that the creator of this software has NO
|
||||
control over or knowledge of. This software is fully decentralized and the
|
||||
creator does NOT provide any file indexing or location services for this
|
||||
software.
|
||||
|
||||
You acknowledge that this software is provided for personal use only, and you
|
||||
have no rights in regard to any intellectual property on or within this
|
||||
software. This software is the exclusive property of Tixati Software Inc.
|
||||
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
If for any reason a court of competent jurisdiction finds any provision of this
|
||||
license to be unenforceable, that provision of the license shall be enforced to
|
||||
the maximum extent permissible so as to effect the intent of the parties, and
|
||||
the remainder of this license shall continue in full force and effect.
|
||||
|
||||
Fopnu, the Fopnu logo, and all trademarks, service marks and trade names of
|
||||
Fopnu appearing in the Fopnu software or the Fopnu.com web site are owned by
|
||||
Tixati Software Inc. Fopnu trademarks, logos, service marks, and trade names
|
||||
may not be used in connection with any other product or service, or in any
|
||||
other manner that is likely to cause confusion.
|
||||
1
net-p2p/fopnu/Manifest
Normal file
1
net-p2p/fopnu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fopnu-1.67.tar.gz 17552430 BLAKE2B 78dab03d3da91846cb2523e231b011cc01de3175c89702c6cf90a69c09dc0882b86d40676ed5398dc9f5720b2df941ee588441d12e962f37e720a732b1b38b58 SHA512 2ebb1f279f87c7897d691f3c6c76a11d9d4ecb6e924357de293035aa43c62f77c78a8d258a3a1626bf892f791809b57a5f4fdf07cd77ce5f7798afce7c97505b
|
||||
38
net-p2p/fopnu/fopnu-1.67.ebuild
Normal file
38
net-p2p/fopnu/fopnu-1.67.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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="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
|
||||
sys-libs/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pango
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
sed -i "/^Categories/ s/Internet;//" fopnu.desktop
|
||||
|
||||
dobin fopnu
|
||||
domenu fopnu.desktop
|
||||
doicon -s 48 fopnu.png
|
||||
}
|
||||
8
net-p2p/fopnu/metadata.xml
Normal file
8
net-p2p/fopnu/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@paveloom.dev</email>
|
||||
<name>Pavel Sobolev</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user