void-packages/srcpkgs/cabal-install/template
2015-02-24 13:52:21 +01:00

23 lines
664 B
Plaintext

# Template file for 'cabal-install'
pkgname=cabal-install
version=1.22.0.1
revision=1
hostmakedepends="ghc which curl"
makedepends="gmp-devel libffi-devel zlib-devel"
depends="ghc"
short_desc="Command-line interface for Cabal and Hackage"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://hackage.haskell.org/package/cabal-install"
distfiles="http://hackage.haskell.org/packages/archive/$pkgname/$version/$pkgname-$version.tar.gz"
checksum=87afa8f5d2bffafeffa9ff71062bf09469aade3ae52975c09c35ce61520d10c8
do_build() {
PREFIX=$PWD/build sh bootstrap.sh --user
}
do_install() {
vbin build/bin/cabal
vlicense LICENSE
}