diff --git a/games-rpg/pcgen-data-bahamut/pcgen-data-bahamut-9999.ebuild b/games-rpg/pcgen-data-bahamut/pcgen-data-bahamut-9999.ebuild new file mode 100644 index 0000000000000000000000000000000000000000..eb25970814688423e6a61dabb02e84814d18b2a2 --- /dev/null +++ b/games-rpg/pcgen-data-bahamut/pcgen-data-bahamut-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="PCGen Data Sets by BahamutDragon" +HOMEPAGE="https://github.com/BahamutDragon/pcgen" +EGIT_REPO_URI="${HOMEPAGE}" + +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + + # delete duplicate files because of conflicts + rm data/_universal/datacontrols_no_align.lst data/_universal/races.lst + + # delete unneded stuff + rm -r .git* +} + +src_install() { + insinto /opt/pcgen + doins -r . +}