net-p2p/lbry: version bump 0.50.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Artem Trokhymchuk <trokhymchukartem@gmail.com>
This commit is contained in:
Artem Trokhymchuk
2021-04-09 12:27:46 +03:00
parent 65bfb54862
commit ee4e6fe810
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit xdg
DESCRIPTION="A browser for the LBRY network, a digital marketplace controlled by its users."
HOMEPAGE="https://lbry.com/"
SRC_URI="https://github.com/lbryio/lbry-desktop/releases/download/v${PV}/LBRY_${PV}.deb -> ${P}.deb"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
QA_PREBUILT="*"
RDEPEND="
dev-libs/libappindicator
dev-libs/nss
gnome-base/gconf
x11-libs/libnotify
x11-libs/libXtst
"
S="${WORKDIR}"
src_unpack() {
unpack ${A}
unpack "${S}"/data.tar.xz
rm "${S}"/{control,data,debian}* || die
}
src_install() {
doins -r *
rm -rd "${ED}"/usr/share/doc || die
fperms 0755 /opt/LBRY/lbry || die
fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die
}