From 3a4bd6ad75da3cb154fb1c97907a59080956d169 Mon Sep 17 00:00:00 2001 From: Inokentiy Babushkin Date: Thu, 6 Apr 2017 10:40:01 +0200 Subject: [PATCH] New package: hoogle-5.0.9 --- srcpkgs/hoogle/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/hoogle/template diff --git a/srcpkgs/hoogle/template b/srcpkgs/hoogle/template new file mode 100644 index 00000000000..043d822aec7 --- /dev/null +++ b/srcpkgs/hoogle/template @@ -0,0 +1,19 @@ +# Template file for 'hoogle' +pkgname=hoogle +version=5.0.9 +revision=1 +build_style=haskell-stack +nocross=yes # Can't yet cross compile Haskell +stackage="lts-8.8" +makedepends="zlib-devel" +short_desc="Haskell API search engine" +maintainer="Inokentiy Babushkin " +license="BSD-3" +homepage="http://hoogle.haskell.org/" +distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz" +checksum="6f181b5d8f061a7679c8d394676201d23be363f4612fd0c93f908e7792591ed3" +nopie=yes # network-2.6.3.1 build fails with a relocation + +post_install() { + vlicense LICENSE +}