New package: ghc-7.8.2
This commit is contained in:
parent
ee222dff65
commit
d9210967df
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ghc/template
Normal file
19
srcpkgs/ghc/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'ghc'
|
||||
pkgname=ghc
|
||||
version=7.8.2
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-system-libffi"
|
||||
hostmakedepends="ghc-bin docbook-xsl libxslt"
|
||||
makedepends="libffi-devel gmp-devel ncurses-devel"
|
||||
short_desc="Glorious Haskell Compiler"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
homepage="http://www.haskell.org/ghc/"
|
||||
distfiles="http://www.haskell.org/ghc/dist/$version/$pkgname-$version-src.tar.xz"
|
||||
checksum=45d1e1a6edee34a7760ae9bfd8decf13a3f43de87309ff277f5a08fc51fa7e96
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue