summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/freedink-data/freedink-data-1.08.20190120.ebuild')
-rw-r--r--games-rpg/freedink-data/freedink-data-1.08.20190120.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/games-rpg/freedink-data/freedink-data-1.08.20190120.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20190120.ebuild
new file mode 100644
index 000000000000..676934e2df39
--- /dev/null
+++ b/games-rpg/freedink-data/freedink-data-1.08.20190120.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Freedink game data"
+HOMEPAGE="https://www.gnu.org/s/freedink/"
+SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
+
+LICENSE="
+ ZLIB
+ CC-BY-3.0
+ CC-BY-SA-3.0
+ Free-Art-1.3
+ GPL-2+
+ GPL-3+
+ OAL-1.0.1
+ WTFPL-2
+ public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ emake DESTDIR="${D}" DATADIR="${EPREFIX}"/usr/share install
+ einstalldocs
+}