parent
42fd87fe49
commit
7b58b2cf17
1 changed files with 18 additions and 0 deletions
18
srcpkgs/hlint/template
Normal file
18
srcpkgs/hlint/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue