void-packages/srcpkgs/hoogle/template
2021-07-27 12:46:31 +02:00

20 lines
558 B
Bash

# Template file for 'hoogle'
pkgname=hoogle
version=5.0.18.1
revision=2
build_style=haskell-stack
stackage="lts-17.5"
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=62388f8a13e8fd3c7befe9c12543eb9f1b53a5fb948390c69eb2985d39f927aa
nopie_files="/usr/bin/hoogle"
nocross=yes # Can't yet cross compile Haskell
post_install() {
vlicense LICENSE
}