mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-misc/tinyfetch: fix QA issues
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
@@ -5,12 +5,18 @@ EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="fetch program written in pure C"
|
||||
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kernaltrap8/tinyfetch"
|
||||
S="${WORKDIR}/${PN}-9999"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="+pci"
|
||||
|
||||
RDEPEND="
|
||||
@@ -20,13 +26,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DESCRIPTION="fetch program written in pure C"
|
||||
HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
src_unpack() {
|
||||
src_unpack() {
|
||||
if use pci ; then
|
||||
EGIT_BRANCH=pci
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user