new ebuild: games-misc/fortune-mod-dune
personal copy of the ebuild (and files) from gentoo, before it is removed
This commit is contained in:
parent
a06aa80de7
commit
35011d1c29
25
games-misc/fortune-mod-dune/fortune-mod-dune-9999.ebuild
Normal file
25
games-misc/fortune-mod-dune/fortune-mod-dune-9999.ebuild
Normal file
@ -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 *
|
||||
}
|
Loading…
Reference in New Issue
Block a user