19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'hoogle'
|
|
pkgname=hoogle
|
|
version=5.0.17.10
|
|
revision=2
|
|
build_style=haskell-stack
|
|
nocross=yes # Can't yet cross compile Haskell
|
|
stackage="lts-14.1"
|
|
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=0e500f34545186ab8d432495901692dbafaf04ad9886807475dddaf5c18801ee
|
|
nopie_files="/usr/bin/hoogle"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|