# Template file for 'stack' pkgname=stack version=0.1.10.0 revision=1 _stackage="lts-3.17" hostmakedepends="cabal-install" makedepends="zlib-devel pcre-devel" depends="git iana-etc" short_desc="Cross-platform program for developing Haskell projects" maintainer="Christian Neukirchen " license="BSD-3" homepage="http://haskellstack.org" distfiles="https://github.com/commercialhaskell/stack/archive/v${version}.tar.gz https://www.stackage.org/${_stackage}/cabal.config>cabal.config-${_stackage}" skip_extraction="cabal.config-${_stackage}" checksum="caa05fe0b5da10b34989ce2c3b86a72e540de10530792e49caf3055fd57b33fd 9e5b3aa042710cd0d6988d8db7a677af0ffaff346633e6d6500b4015031c22ff" nocross=yes nopie=yes # network-2.6.2.1 build fails with a relocation do_build() { cabal sandbox init cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/cabal.config-${_stackage} cabal.config cabal update cabal install ${makejobs} --only-dependencies cabal install ${makejobs} cpphs cabal configure -v --prefix=/usr --libsubdir='$pkg' \ --datasubdir='$pkg' --docdir='$datadir/doc/$pkg' cabal build ${makejobs} } do_install() { vbin dist/build/stack/stack vlicense LICENSE }