mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
hlint: update to 2.0.11.
This commit is contained in:
parent
ece8c133a5
commit
f573751dc3
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'hlint'
|
# Template file for 'hlint'
|
||||||
pkgname=hlint
|
pkgname=hlint
|
||||||
version=2.0.9
|
version=2.0.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
stackage="lts-8.12"
|
stackage="lts-10.2"
|
||||||
short_desc="Haskell source code suggestions"
|
short_desc="Haskell source code suggestions"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="BSD-3"
|
license="BSD-3"
|
||||||
homepage="https://github.com/ndmitchell/hlint"
|
homepage="https://github.com/ndmitchell/hlint"
|
||||||
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=4dfc496818ef0b4f2c6aebe581c12f11c2575edf26907e0629e02e547219b496
|
checksum=be1b67a835c70a28ca3edcb6c042e1c66759167ab83a620034779027c40474e4
|
||||||
nopie=yes
|
nopie_files="/usr/bin/hlint"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -f ${DESTDIR}/usr/bin/engine
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue