stack: use sdist tarball.
This commit is contained in:
parent
3e700c1970
commit
7ce15badff
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'stack'
|
||||
pkgname=stack
|
||||
version=1.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
_stackage="lts-10.2"
|
||||
hostmakedepends="cabal-install pkg-config"
|
||||
makedepends="zlib-devel pcre-devel"
|
||||
|
@ -10,10 +10,10 @@ short_desc="Cross-platform program for developing Haskell projects"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3"
|
||||
homepage="http://haskellstack.org"
|
||||
distfiles="https://github.com/commercialhaskell/stack/archive/v${version}.tar.gz
|
||||
distfiles="https://github.com/commercialhaskell/${pkgname}/releases/download/v${version}/${pkgname}-${version}-sdist-1.tar.gz
|
||||
https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
|
||||
skip_extraction="cabal.config-${_stackage}"
|
||||
checksum="d51fc0da436cb195f4419d2793c894381b51c7eddcd667d20c6684fcf6ce825c
|
||||
checksum="e3fdd37f36acec830d5692be4a5a5fcb5862112eebc4c11f6c3689ec86dba49b
|
||||
66b74d1952ae5f7ab6bec2cab3c23ed90aad6c8d5e6105c178074eab9e9b3889"
|
||||
nocross=yes
|
||||
nopie_files="/usr/bin/stack"
|
||||
|
|
Loading…
Reference in New Issue