void-packages/srcpkgs/hlint/template
Inokentiy Babushkin 7b58b2cf17 New package: hlint-2.0.5
Closes: #6289 [via git-merge-pr]
2017-07-04 20:00:45 -07:00

18 lines
519 B
Bash

# Template file for 'hoogle'
pkgname=hlint
version=2.0.5
revision=1
build_style=haskell-stack
nocross=yes # Can't yet cross compile Haskell
stackage="lts-8.12"
short_desc="Haskell source code suggestions"
maintainer="Inokentiy Babushkin <twk@twki.de>"
license="BSD-3"
homepage="https://github.com/ndmitchell/hlint"
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
checksum="7547bc716e69367bb808f878c528bd9f014fa84de202b89c0f70fe96fb3c9421"
nopie=yes
post_install() {
vlicense LICENSE
}