Bug 36152 - New ebuild: games-misc/rfksay-0.1
Bug#: 36152 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: ryan@finnie.org
Component: Ebuilds
URL: 
Summary: New ebuild: games-misc/rfksay-0.1
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-12-19 21:28 0000
Description:   Opened: 2003-12-19 21:28 0000
Like cowsay, but different because it involves robots and kittens

I didn't think an ebuild could get this simple...

Reproducible: Always
Steps to Reproduce:




So small I'll just paste:

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Like cowsay, but different because it involves robots and kittens"
HOMEPAGE="http://www.redhotlunix.com/"
SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"

DEPEND=">=dev-lang/perl-5"

src_install() {
        exeinto /usr/bin
        doexe ${WORKDIR}/rfksay
        doexe ${WORKDIR}/robotsay
        doexe ${WORKDIR}/kittensay
}

------- Comment #1 From SpanKY 2004-01-03 15:12:44 0000 -------
now in portage, thanks ;)