void-packages/srcpkgs/hoogle/template
2021-01-12 14:31:17 -03:00

20 lines
559 B
Bash

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