void-packages/srcpkgs/hoogle/template
2020-10-21 05:34:54 +02:00

20 lines
557 B
Bash

# Template file for 'hoogle'
pkgname=hoogle
version=5.0.18
revision=1
build_style=haskell-stack
stackage="lts-16.13"
makedepends="zlib-devel"
short_desc="Haskell API search engine"
maintainer="Inokentiy Babushkin <twk@twki.de>"
license="BSD-3-Clause"
homepage="http://hoogle.haskell.org/"
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
checksum=fa624618ccbf5772af5628b791094fa43301f1c25137e06ed65c203e0de8b4c3
nopie_files="/usr/bin/hoogle"
nocross=yes # Can't yet cross compile Haskell
post_install() {
vlicense LICENSE
}