[arch-commits] Commit in haskell-annotated-wl-pprint/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Feb 14 21:04:19 UTC 2020


    Date: Friday, February 14, 2020 @ 21:04:17
  Author: felixonmars
Revision: 571214

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-annotated-wl-pprint/repos/community-staging-x86_64/
  haskell-annotated-wl-pprint/repos/community-staging-x86_64/PKGBUILD
    (from rev 571213, haskell-annotated-wl-pprint/trunk/PKGBUILD)

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

Copied: haskell-annotated-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from rev 571213, haskell-annotated-wl-pprint/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-02-14 21:04:17 UTC (rev 571214)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=annotated-wl-pprint
+pkgname=haskell-annotated-wl-pprint
+pkgver=0.7.0
+pkgrel=15
+pkgdesc="The Wadler/Leijen Pretty Printer, with annotation support"
+url="https://github.com/david-christiansen/annotated-wl-pprint"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a')
+
+build() {
+    cd $_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 $_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