[arch-commits] Commit in haskell-basement/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 10 16:21:14 UTC 2018


    Date: Wednesday, January 10, 2018 @ 16:21:14
  Author: felixonmars
Revision: 281043

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-basement/repos/community-staging-x86_64/
  haskell-basement/repos/community-staging-x86_64/PKGBUILD
    (from rev 281042, haskell-basement/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: haskell-basement/repos/community-staging-x86_64/PKGBUILD (from rev 281042, haskell-basement/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-10 16:21:14 UTC (rev 281043)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=basement
+pkgname=haskell-basement
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="Foundation scrap box of array & string"
+url="https://github.com/haskell-foundation/foundation"
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('bb200e607bf6e49347b5eea585534695e9c51e6424d38ed0e257e1a94b610ce374a48f75cf2b19bda727b63ff65c573f603b46936848c269da1599591a0b5d6b')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+    runhaskell Setup build
+    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"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list