Install this version:
emerge -a =app-misc/lyfetch-1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/lyfetch-1.1
Or alternatively:
emerge --autounmask-write -a =app-misc/lyfetch-1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Small system information script for linux systems."
HOMEPAGE="https://github.com/its-Lyn/lyfetch"
SRC_URI="https://github.com/its-Lyn/lyfetch/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT=0
KEYWORDS="~amd64"
src_install() {
dobin "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lyfetch-1.1.tar.gz | 28536 bytes | https://github.com/its-Lyn/lyfetch/archive/1.1.tar.gz |