mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/fastfetch: add live ebuild for dev branch
Call it -9999d. Also sync the others Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -7,11 +7,15 @@ inherit cmake
|
||||
|
||||
DESCRIPTION="Fast system information tool"
|
||||
HOMEPAGE="https://github.com/LinusDierheimer/fastfetch"
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git"
|
||||
[[ ${PV} == *9999 ]] && EGIT_BRANCH=master
|
||||
[[ ${PV} == *d ]] && EGIT_BRANCH=dev
|
||||
[[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
|
||||
else
|
||||
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user