app-misc/mymefetch: Replaced some names with ebuild variables

Signed-off-by: Alexandru Mihai Buzduc <lalibuzduc@gmail.com>
This commit is contained in:
Alexandru Mihai Buzduc
2025-02-11 20:55:57 +01:00
parent 54602d0c6a
commit bd3da3616c

View File

@@ -5,8 +5,8 @@ EAPI=8
DESCRIPTION="Neofetch-like Bash script with small ASCII art of MymeType's robot OC, MYME"
HOMEPAGE="https://codeberg.org/MymeType/mymefetch"
SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> mymefetch-${PV}.tar.gz"
S="${WORKDIR}/mymefetch"
SRC_URI="https://codeberg.org/MymeType/mymefetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="Apache-2.0 FSFAP"
SLOT="0"
KEYWORDS="~amd64"