mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
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:
38
net-p2p/lbry/lbry-0.50.2.ebuild
Normal file
38
net-p2p/lbry/lbry-0.50.2.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user