Install this version:
emerge -a =games-misc/lolcat-jaseg-1.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-misc/lolcat-jaseg-1.5
Or alternatively:
emerge --autounmask-write -a =games-misc/lolcat-jaseg-1.5
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="High-performance implementation of lolcat"
HOMEPAGE="https://github.com/jaseg/lolcat"
SRC_URI="https://github.com/jaseg/lolcat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/lolcat-${PV}"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# block to avoid file collisions
RDEPEND="!games-misc/lolcat"
src_install() {
dodir /usr/bin
emake DESTDIR="${ED}/usr/bin" install
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lolcat-jaseg-1.5.tar.gz | 1708165 bytes | https://github.com/jaseg/lolcat/archive/refs/tags/v1.5.tar.gz |