void-packages/srcpkgs/hlint/template

19 lines
516 B
Bash
Raw Normal View History

2017-07-17 12:05:50 +00:00
# Template file for 'hlint'
pkgname=hlint
2017-07-17 12:05:50 +00:00
version=2.0.9
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"
2017-07-17 12:05:50 +00:00
checksum=4dfc496818ef0b4f2c6aebe581c12f11c2575edf26907e0629e02e547219b496
nopie=yes
post_install() {
vlicense LICENSE
}