Date: Sunday, April 10, 2016 @ 18:44:59 Author: fyan Revision: 170135
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: hoogle/repos/community-staging-i686/ hoogle/repos/community-staging-i686/PKGBUILD (from rev 170134, hoogle/trunk/PKGBUILD) hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 170134, hoogle/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 170134, hoogle/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-04-10 16:44:59 UTC (rev 170135) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +pkgname=hoogle +pkgver=4.2.43 +pkgrel=26 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi') +makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" "haskell-blaze-builder" + "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit" + "haskell-src-exts" "haskell-http-types" "haskell-old-locale" "haskell-parsec" + "haskell-random" "haskell-resourcet" "haskell-safe" "haskell-shake" + "haskell-tagsoup" "haskell-text" "haskell-uniplate" "haskell-vector" + "haskell-vector-algorithms" "haskell-wai" "haskell-warp") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" + runhaskell Setup build +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + runhaskell Setup copy --destdir="${pkgdir}" + install -D -m644 "docs/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -r "$pkgdir"/usr/{lib,share/doc} +} Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 170134, hoogle/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-04-10 16:44:59 UTC (rev 170135) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +pkgname=hoogle +pkgver=4.2.43 +pkgrel=26 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/" +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi') +makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" "haskell-blaze-builder" + "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit" + "haskell-src-exts" "haskell-http-types" "haskell-old-locale" "haskell-parsec" + "haskell-random" "haskell-resourcet" "haskell-safe" "haskell-shake" + "haskell-tagsoup" "haskell-text" "haskell-uniplate" "haskell-vector" + "haskell-vector-algorithms" "haskell-wai" "haskell-warp") +options=('staticlibs') +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" + runhaskell Setup build +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + runhaskell Setup copy --destdir="${pkgdir}" + install -D -m644 "docs/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -r "$pkgdir"/usr/{lib,share/doc} +}