View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ -z ${PV%%*9999} ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/${PN}.git"
else
inherit vcs-snapshot
MY_PV="ccdb1d7"
[[ -n ${PV%%*_p*} ]] && MY_PV="${PV//.}"
SRC_URI="
mirror://githubcl/PapirusDevelopmentTeam/${PN}/tar.gz/${MY_PV} -> ${P}.tar.gz
"
RESTRICT="primaryuri"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Papirus theme for FileZilla"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/${PN}"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND="
net-ftp/filezilla
"
BDEPEND="
virtual/imagemagick-tools[svg]
"
src_prepare() {
sed -e '/\<LICENSE\>/d' -i build.sh
default
}
src_compile() {
emake build
}