mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
net-im/pop: new package, add 8.0.21
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
net-im/pop/Manifest
Normal file
1
net-im/pop/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pop_8.0.21_amd64.deb 58956764 BLAKE2B f6a4e530fa1c4c23367a7d82302587d024f01c81fd7ee70be898bfacceeae6dfe2c76b0ee67b3f6555613d4fade3e543c862f459fdaabd437a8c21911b5d9dd8 SHA512 11fde9e341a95304729269e4827150b3f9c29a7bf33bdb99107b7245b1a72a16c910056c5239a599edbfde72d45d329a796f504c3eb7fb1aac6242a57f8d4c70
|
||||
11
net-im/pop/metadata.xml
Normal file
11
net-im/pop/metadata.xml
Normal file
@@ -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.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://support.pop.com</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
net-im/pop/pop-8.0.21.ebuild
Normal file
30
net-im/pop/pop-8.0.21.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user