summaryrefslogtreecommitdiff
blob: 8ec1c76e12e344166c6c827c4a1fee8f17b8e2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit cmake-utils eutils git-2

DESCRIPTION="A crossplatform despair simulator data"
HOMEPAGE="https://github.com/Dark-Confidant/MassacreData"
EGIT_REPO_URI="git://github.com/Dark-Confidant/MassacreData.git"

LICENSE="LGPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"/Massacre

DEPEND="games-engines/massacre"

RDEPEND="${DEPEND}"