Changeset - d6d0c3ee9c15
[Not reviewed]
0 0 2
Chel Sea (chain) - 22 months ago 2022-06-26 20:13:41
chain@rpgfiction.net
games-rpg/pcgen-data-bahamut: Initial commit
2 files changed with 29 insertions and 0 deletions:
0 comments (0 inline, 0 general)
games-rpg/pcgen-data-bahamut/Manifest
Show inline comments
 
new file 100644
 
EBUILD pcgen-data-bahamut-9999.ebuild 519 BLAKE2B a494395a5c98fef7c24f0f11b276d4e09cbc97d4559e66908505eeb577dbc61621499cef94178a77d72d08cd7a22033cd5b4432c16f3965d7333984a44ac6daf SHA512 14aac8631cd62ec8e0de3ea6b5733ba27d35258c5d13c7fae035610c38b5fc25033a78a6ddd74e649c5d5c94567ba2956dbf3cfe8411530c622829dd596f3507
games-rpg/pcgen-data-bahamut/pcgen-data-bahamut-9999.ebuild
Show inline comments
 
new file 100644
 
# 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 .
 
}
0 comments (0 inline, 0 general)