20 lines
549 B
Bash
20 lines
549 B
Bash
# Template file for 'hoogle'
|
|
pkgname=hoogle
|
|
version=5.0.14
|
|
revision=1
|
|
build_style=haskell-stack
|
|
nocross=yes # Can't yet cross compile Haskell
|
|
stackage="lts-10.2"
|
|
makedepends="zlib-devel"
|
|
short_desc="Haskell API search engine"
|
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
|
license="BSD-3"
|
|
homepage="http://hoogle.haskell.org/"
|
|
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=721d0f4a3c7dfc96eaa5cec07349e92d1c312576940e57a48ae3b8a9bb96c851
|
|
nopie_files="/usr/bin/hoogle"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|