stack: use sdist tarball.

This commit is contained in:
Leah Neukirchen 2018-01-02 16:55:32 +01:00
parent 3e700c1970
commit 7ce15badff

View file

@ -1,7 +1,7 @@
# Template file for 'stack' # Template file for 'stack'
pkgname=stack pkgname=stack
version=1.6.3 version=1.6.3
revision=1 revision=2
_stackage="lts-10.2" _stackage="lts-10.2"
hostmakedepends="cabal-install pkg-config" hostmakedepends="cabal-install pkg-config"
makedepends="zlib-devel pcre-devel" makedepends="zlib-devel pcre-devel"
@ -10,10 +10,10 @@ short_desc="Cross-platform program for developing Haskell projects"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3" license="BSD-3"
homepage="http://haskellstack.org" 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}" https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}"
skip_extraction="cabal.config-${_stackage}" skip_extraction="cabal.config-${_stackage}"
checksum="d51fc0da436cb195f4419d2793c894381b51c7eddcd667d20c6684fcf6ce825c checksum="e3fdd37f36acec830d5692be4a5a5fcb5862112eebc4c11f6c3689ec86dba49b
66b74d1952ae5f7ab6bec2cab3c23ed90aad6c8d5e6105c178074eab9e9b3889" 66b74d1952ae5f7ab6bec2cab3c23ed90aad6c8d5e6105c178074eab9e9b3889"
nocross=yes nocross=yes
nopie_files="/usr/bin/stack" nopie_files="/usr/bin/stack"