games-misc/lolcat-jaseg - 1.5 (xarblu-overlay)

Search

Install

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

Package Information

Description:
High-performance implementation of lolcat
Homepage:
https://github.com/jaseg/lolcat
License:
WTFPL-2

Ebuild Details

Version EAPI Keywords Slot
1.5 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

!games-misc/lolcat

Manifest for 1.5

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