Files @ cd2011c52a03
Branch filter:

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

cd2011c52a03 519 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
games-rpg/pcgen: bump to versions 6.08.00_rc10 / 6.09.06
# 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 .
}