dev-haskell/cabal-install-bin: bump to 2.4.0.0
This commit is contained in:
parent
a8aeaf6e85
commit
5578c3c81c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
SUMMARY="cabal-install is the command line interface to Cabal and hackage"
|
SUMMARY="cabal-install is the command line interface to Cabal and hackage"
|
||||||
HOMEPAGE="https://www.haskell.org/cabal/"
|
HOMEPAGE="https://www.haskell.org/cabal/"
|
||||||
DOWNLOADS="https://www.haskell.org/cabal/release/cabal-install-${PV}/cabal-install-${PV}-x86_64-unknown-linux.tar.gz"
|
DOWNLOADS="https://downloads.haskell.org/~debian/pool/main/c/cabal-install-2.4/cabal-install-2.4_2.4%2Bgit20180920.1.60e200d-6~deb9_amd64.deb"
|
||||||
|
|
||||||
LICENCES="BSD-3"
|
LICENCES="BSD-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -24,7 +24,13 @@ BUGS_TO="hasufell@posteo.de"
|
|||||||
|
|
||||||
WORK=${WORKBASE}
|
WORK=${WORKBASE}
|
||||||
|
|
||||||
src_install() {
|
src_unpack() {
|
||||||
dobin cabal
|
default
|
||||||
|
unpack ./data.tar.xz
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin opt/cabal/2.4/bin/cabal
|
||||||
|
doman opt/cabal/2.4/share/man/man1/*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user