add app-misc/clolcat
This commit is contained in:
parent
dfecd604df
commit
59222d1e24
1 changed files with 23 additions and 0 deletions
23
app-misc/clolcat/clolcat-1.2.ebuild
Normal file
23
app-misc/clolcat/clolcat-1.2.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit autotools xdg-utils
|
||||||
|
|
||||||
|
DESCRIPTION="High-performance implementation of games-misc/lolcat"
|
||||||
|
HOMEPAGE="https://github.com/jaseg/lolcat"
|
||||||
|
SRC_URI="https://github.com/jaseg/lolcat/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||||
|
|
||||||
|
LICENSE="WTFPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="!games-misc/lolcat"
|
||||||
|
|
||||||
|
S="${WORKDIR}/lolcat-${PV}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin lolcat
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue