summaryrefslogtreecommitdiff
path: root/games-puzzle/h2048/h2048-0.2.0.1.ebuild
blob: 6ee4468f7acae822d9267ef4e1cb2455cf10b2a2 (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
31
32
33
34
35
36
37
38
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.4.4

CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="a haskell implementation of Game 2048"
HOMEPAGE="https://github.com/Javran/h2048"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+exe +vty"

RDEPEND=">=dev-haskell/monadrandom-0:=[profile?] <dev-haskell/monadrandom-1:=[profile?]
	>=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-3:=[profile?]
	>=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?]
	>=dev-haskell/transformers-0:=[profile?] <dev-haskell/transformers-1:=[profile?]
	>=dev-haskell/vty-5:=[profile?] <dev-haskell/vty-6:=[profile?]
	>=dev-haskell/vty-ui-1.8:=[profile?] <dev-haskell/vty-ui-2:=[profile?]
	>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.10
	test? ( >=dev-haskell/hunit-1 <dev-haskell/hunit-2 )
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag exe exe) \
		$(cabal_flag vty vty)
}