From 871a91b36270ebcb9eaabf0098cffd9e5ce90925 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 25 Aug 2018 19:30:36 +0800 Subject: [PATCH] dev-haskell/stack-bin: initial import --- .../stack-bin/stack-bin-1.7.1.exheres-0 | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/dev-haskell/stack-bin/stack-bin-1.7.1.exheres-0 diff --git a/packages/dev-haskell/stack-bin/stack-bin-1.7.1.exheres-0 b/packages/dev-haskell/stack-bin/stack-bin-1.7.1.exheres-0 new file mode 100644 index 0000000..c2e612b --- /dev/null +++ b/packages/dev-haskell/stack-bin/stack-bin-1.7.1.exheres-0 @@ -0,0 +1,31 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="The Haskell Tool Stack" +DESCRIPTION=" +Stack is a cross-platform program for developing Haskell projects. +It is intended for Haskellers both new and experienced. +" +HOMEPAGE="http://haskellstack.org/" +DOWNLOADS="https://github.com/commercialhaskell/stack/releases/download/v${PV}/stack-${PV}-linux-x86_64.tar.gz" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="-* ~amd64" +MYOPTIONS="" + +DEPENDENCIES=" + run: + dev-lang/ghc-bin + dev-libs/gmp[>=6.1] [[ note = [ depends on libgmp.so.10 ] ]] +" + +BUGS_TO="hasufell@posteo.de" + +WORK=${WORKBASE}/stack-${PV}-linux-x86_64 + +src_install() { + default + dobin stack +} +