[arch-commits] Commit in haskell-semigroupoids/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Jun 15 06:00:21 UTC 2017
Date: Thursday, June 15, 2017 @ 06:00:20
Author: felixonmars
Revision: 237058
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
haskell-semigroupoids/repos/community-staging-i686/
haskell-semigroupoids/repos/community-staging-i686/PKGBUILD
(from rev 237057, haskell-semigroupoids/trunk/PKGBUILD)
haskell-semigroupoids/repos/community-staging-x86_64/
haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD
(from rev 237057, haskell-semigroupoids/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+)
Copied: haskell-semigroupoids/repos/community-staging-i686/PKGBUILD (from rev 237057, haskell-semigroupoids/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-15 06:00:20 UTC (rev 237058)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.2
+pkgrel=2
+pkgdesc="Semigroupoids: Category sans id"
+url="http://github.com/ekmett/semigroupoids"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
+ "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('ce950a0c8d4494254ec14e5de8fad6b2c604004d6f259d34717b4eafabf2428c4cf4df311f89e22568ad8eb56aa90e911f49a080865b5f59875e43a991bda21f')
+
+build() {
+ cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --libsubdir=\$compiler/site-local/\$pkgid \
+ -ftagged -fcomonad -fdoctests -fdistributive -fcontravariant -fcontainers
+ 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}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+ # Remove static libs
+ find "$pkgdir"/usr/lib -name "*.a" -delete
+}
Copied: haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 237057, haskell-semigroupoids/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-06-15 06:00:20 UTC (rev 237058)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.2
+pkgrel=2
+pkgdesc="Semigroupoids: Category sans id"
+url="http://github.com/ekmett/semigroupoids"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
+ "haskell-distributive" "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('ce950a0c8d4494254ec14e5de8fad6b2c604004d6f259d34717b4eafabf2428c4cf4df311f89e22568ad8eb56aa90e911f49a080865b5f59875e43a991bda21f')
+
+build() {
+ cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --libsubdir=\$compiler/site-local/\$pkgid \
+ -ftagged -fcomonad -fdoctests -fdistributive -fcontravariant -fcontainers
+ 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}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+ # Remove static libs
+ find "$pkgdir"/usr/lib -name "*.a" -delete
+}
More information about the arch-commits
mailing list