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