void-packages/srcpkgs/hoogle/template
2021-09-04 17:11:01 -03:00

20 lines
559 B
Bash

# Template file for 'hoogle'
pkgname=hoogle
version=5.0.18.2
revision=1
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="https://hoogle.haskell.org/"
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
checksum=9f8f0afde52fe602100ab7828fad230c2f5e94050dda9fe1e2a9f0a93f7fe617
nopie_files="/usr/bin/hoogle"
nocross=yes # Can't yet cross compile Haskell
post_install() {
vlicense LICENSE
}