summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/flightgear-data/flightgear-data-2020.3.12.ebuild')
-rw-r--r--games-simulation/flightgear-data/flightgear-data-2020.3.12.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-simulation/flightgear-data/flightgear-data-2020.3.12.ebuild b/games-simulation/flightgear-data/flightgear-data-2020.3.12.ebuild
new file mode 100644
index 000000000000..f6a2970e8ba8
--- /dev/null
+++ b/games-simulation/flightgear-data/flightgear-data-2020.3.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="FlightGear data files"
+HOMEPAGE="https://www.flightgear.org/"
+SRC_URI="mirror://sourceforge/flightgear/FlightGear-${PV}-data.txz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/fgdata
+
+src_install() {
+ insinto /usr/share/flightgear
+ rm -fr .git
+ doins -r *
+}