mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hoogle: update to 5.0.17.15
This commit is contained in:
parent
6baac1c581
commit
6578cb6c75
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'hoogle'
|
# Template file for 'hoogle'
|
||||||
pkgname=hoogle
|
pkgname=hoogle
|
||||||
version=5.0.17.10
|
version=5.0.17.15
|
||||||
revision=2
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
stackage="lts-15.4"
|
||||||
stackage="lts-14.1"
|
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Haskell API search engine"
|
short_desc="Haskell API search engine"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://hoogle.haskell.org/"
|
homepage="http://hoogle.haskell.org/"
|
||||||
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=0e500f34545186ab8d432495901692dbafaf04ad9886807475dddaf5c18801ee
|
checksum=60f0645e2478b04be4b99316a21337bd658cb6388df10f850309756b245e0168
|
||||||
nopie_files="/usr/bin/hoogle"
|
nopie_files="/usr/bin/hoogle"
|
||||||
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue