Date: Saturday, October 22, 2016 @ 02:41:55 Author: felixonmars Revision: 192909
addpkg: haskell-optparse-applicative0.12 0.12.1.0-1 (legacy version for criterion, ghc-mod and idris, will be removed after they are ported) Added: haskell-optparse-applicative0.12/ haskell-optparse-applicative0.12/repos/ haskell-optparse-applicative0.12/trunk/ haskell-optparse-applicative0.12/trunk/PKGBUILD ----------+ PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) Added: haskell-optparse-applicative0.12/trunk/PKGBUILD =================================================================== --- haskell-optparse-applicative0.12/trunk/PKGBUILD (rev 0) +++ haskell-optparse-applicative0.12/trunk/PKGBUILD 2016-10-22 02:41:55 UTC (rev 192909) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Roger Duran <[email protected]> + +_hkgname=optparse-applicative +pkgname=haskell-optparse-applicative0.12 +pkgver=0.12.1.0 +pkgrel=1 +pkgdesc="Utilities and combinators for parsing command line options (legacy 0.12 version)" +url="https://github.com/pcapriotti/optparse-applicative" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-ansi-wl-pprint" "haskell-transformers-compat") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha256sums=('18b46d6d2c17e941bb02f84e980390f056795dce73ece946d71d3d4d002313d5') + +build() { + cd "${srcdir}/${_hkgname}-${pkgver}" + + runhaskell Setup configure -O --enable-library-profiling --enable-shared \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ + --libsubdir=\$compiler/site-local/\$pkgid + runhaskell Setup build + runhaskell Setup haddock --hoogle --html + runhaskell Setup register --gen-script + runhaskell Setup unregister --gen-script + sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh + sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { + cd "${srcdir}/${_hkgname}-${pkgver}" + + install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" + install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" + install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" + ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}0.12" + runhaskell Setup copy --destdir="${pkgdir}" + install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Property changes on: haskell-optparse-applicative0.12/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
