summaryrefslogtreecommitdiff
path: root/games-rpg/dtipb/dtipb-1.1.ebuild
blob: 6e8029a0e2aaae65fa7b66b920a9d5c2c33717d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
inherit games

DESCRIPTION="don't take it personally, babe, it just ain't your story - A
spiritual sequel of sorts to Digital: A Love Story, set in a prestigious private
high school, and on the social networks of 2027"
HOMEPAGE="http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/"
SRC_URI="http://scoutshonour.com/donttakeitpersonallybabeitjustaintyourstory/don't%20take%20it%20personally,%20babe-${PV}-linux-x86.tar.bz2"

EAPI="2"

LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="dev-games/renpy:6.12"
RDEPEND="${DEPEND}"

src_install() {
	cd "don't take it personally, babe-${PV}-linux-x86"

	insinto "${GAMES_DATADIR}/${PN}"
	doins -r game/* || die "doins failed" 

	games_make_wrapper ${PN} "renpy-6.12 \"${GAMES_DATADIR}/${PN}\""

	dodoc README.html || die "dodoc failed"

	prepgamesdirs
}