You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
553 B
21 lines
553 B
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="Chuck Norris Facts"
|
|
HOMEPAGE="https://www.k-lug.org/~kessler/projects.html"
|
|
SRC_URI="https://www.k-lug.org/~kessler/chucknorris.tar.gz"
|
|
S="${WORKDIR}"/${PN/mod-/}
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
|
|
|
|
RDEPEND="games-misc/fortune-mod"
|
|
|
|
src_install() {
|
|
insinto /usr/share/fortune
|
|
doins chucknorris chucknorris.dat
|
|
}
|