commit:     9b509f217986eb3e427687b958a1ff2eaa3fb93a
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Mar  8 14:30:47 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Mar  8 14:30:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b509f21

net-im/pop: new package, add 8.0.21

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 net-im/pop/Manifest          |  1 +
 net-im/pop/metadata.xml      | 11 +++++++++++
 net-im/pop/pop-8.0.21.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/net-im/pop/Manifest b/net-im/pop/Manifest
new file mode 100644
index 0000000000..4464372005
--- /dev/null
+++ b/net-im/pop/Manifest
@@ -0,0 +1 @@
+DIST pop_8.0.21_amd64.deb 58956764 BLAKE2B 
f6a4e530fa1c4c23367a7d82302587d024f01c81fd7ee70be898bfacceeae6dfe2c76b0ee67b3f6555613d4fade3e543c862f459fdaabd437a8c21911b5d9dd8
 SHA512 
11fde9e341a95304729269e4827150b3f9c29a7bf33bdb99107b7245b1a72a16c910056c5239a599edbfde72d45d329a796f504c3eb7fb1aac6242a57f8d4c70

diff --git a/net-im/pop/metadata.xml b/net-im/pop/metadata.xml
new file mode 100644
index 0000000000..13bba0165c
--- /dev/null
+++ b/net-im/pop/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">
+               <name>Vitaly Zdanevich</name>
+               <email>zdanevich.vit...@ya.ru</email>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://support.pop.com</bugs-to>
+       </upstream>
+</pkgmetadata>

diff --git a/net-im/pop/pop-8.0.21.ebuild b/net-im/pop/pop-8.0.21.ebuild
new file mode 100644
index 0000000000..d175fafe91
--- /dev/null
+++ b/net-im/pop/pop-8.0.21.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker xdg-utils
+
+DESCRIPTION="Screen sharing with multiplayer control, with voice"
+HOMEPAGE="https://pop.com/home";
+SRC_URI="https://download.pop.com/desktop-app/linux/${PV}/${PN}_${PV}_amd64.deb";
+
+LICENSE="all-rights-reserved"
+SLOT=0
+RESTRICT="strip"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+
+src_unpack() {
+       unpack_deb ${A}
+}
+
+src_install() {
+       doins -r usr
+       fperms +x /usr/bin/"${PN}"
+}
+
+pkg_postinstall() {
+       xdg_desktop_database_update
+}

Reply via email to