Files @ d6d0c3ee9c15
Branch filter:

Location: portage-overlay.git/games-rpg/pcgen-data-bahamut/pcgen-data-bahamut-9999.ebuild

chain
games-rpg/pcgen-data-bahamut: Initial commit
# 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 .
}