mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-misc/hyfetch: new package, add 1.4.10, 9999
Signed-off-by: Bailey Kasin <baileykasin@gmail.com>
This commit is contained in:
37
app-misc/hyfetch/hyfetch-9999.ebuild
Normal file
37
app-misc/hyfetch/hyfetch-9999.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
inherit optfeature distutils-r1
|
||||
|
||||
DESCRIPTION="Neofetch with LGBTQ+ pride flags!"
|
||||
HOMEPAGE="https://github.com/hykilpikonna/hyfetch"
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/hykilpikonna/hyfetch.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/hykilpikonna/${PN}/archive/${PV}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos"
|
||||
fi
|
||||
|
||||
|
||||
LICENSE="MIT-with-advertising"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "displaying images" "media-libs/imlib2 www-client/w3m[imlib]"
|
||||
optfeature "gpu detection" sys-apps/pciutils
|
||||
optfeature "thumbnail creation" media-gfx/imagemagick
|
||||
optfeature "wallpaper" media-gfx/feh x11-misc/nitrogen
|
||||
optfeature "window size" x11-misc/xdotool "x11-apps/xwininfo x11-apps/xprop" "x11-apps/xwininfo x11-apps/xdpyinfo"
|
||||
elog "The standard neofetch is installed as 'neowofetch', to avoid name conflicts."
|
||||
elog "So if you do not wish to use the pride flag functionality, you can call the"
|
||||
elog "tool that way instead."
|
||||
}
|
||||
Reference in New Issue
Block a user