1
0
Fork 0

new ebuild: games-misc/fortune-mod-dune

personal copy of the ebuild (and files) from gentoo, before it is
removed
Dieser Commit ist enthalten in:
Brian S. Stephan 2020-02-25 21:08:35 -06:00
Ursprung a06aa80de7
Commit 35011d1c29
1 geänderte Dateien mit 25 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,25 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Quotes from Frank Herbert's Dune Chronicles"
HOMEPAGE="https://git.incorporeal.org/bss/fortune-mod-dune"
EGIT_REPO_URI="https://git.incorporeal.org/bss/fortune-mod-dune.git"
SRC_URI=""
LICENSE="fairuse"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="games-misc/fortune-mod"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
insinto /usr/share/fortune
doins *
}