SwordArMor-gentoo-overlay/games-misc/fortune-mod-fforde/fortune-mod-fforde-0.1.ebuild

24 lines
491 B
Bash
Raw Permalink Normal View History

2020-02-19 20:00:53 +01:00
# Copyright 2020 Gentoo Authors
2018-04-17 14:37:25 +02:00
# Distributed under the terms of the GNU General Public License v2
2020-02-19 20:00:53 +01:00
2018-04-17 14:37:25 +02:00
EAPI=5
MY_P=${PN/-mod/}
DESCRIPTION="Quotes from Jasper Fforde books"
HOMEPAGE="https://www.swordarmor.fr/"
SRC_URI="https://www.swordarmor.fr/documents/${MY_P}.tgz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris"
2018-04-17 14:37:25 +02:00
IUSE=""
RESTRICT="mirror"
RDEPEND="games-misc/fortune-mod"
S=${WORKDIR}/${MY_P}
src_install() {
insinto /usr/share/fortune
doins fforde fforde.dat
}