Files
gentoo/dev-haskell/mountpoints/mountpoints-1.0.2.ebuild
Sergei Trofimovich 87f432583d dev-haskell/mountpoints: new package, a depend of git-annex
list mount points

Package-Manager: portage-2.2.28
2016-04-03 22:24:36 +01:00

26 lines
547 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="list mount points"
HOMEPAGE="http://hackage.haskell.org/package/mountpoints"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"