vp-build/srcpkgs/hoogle/template

20 lines
559 B
Bash

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