void-packages/srcpkgs/hoogle/template
2019-08-08 15:33:24 +02:00

23 lines
712 B
Bash

# Template file for 'hoogle'
pkgname=hoogle
version=5.0.17.3
revision=2
build_style=haskell-stack
nocross=yes # Can't yet cross compile Haskell
stackage="lts-13.30"
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=5e092a0b33f85ffe3c425939e082e4fdf7e219d74949cc8324edbcf464ac9587
nopie_files="/usr/bin/hoogle"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22212/steps/shell_3/logs/stdio" ;;
esac
post_install() {
vlicense LICENSE
}