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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 20 18:56:37 UTC 2022


    Date: Saturday, August 20, 2022 @ 18:56:36
  Author: felixonmars
Revision: 1271115

archrelease: copy trunk to community-x86_64

Added:
  haskell-happstack-server/repos/community-x86_64/
  haskell-happstack-server/repos/community-x86_64/PKGBUILD
    (from rev 1271114, haskell-happstack-server/trunk/PKGBUILD)

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

Copied: haskell-happstack-server/repos/community-x86_64/PKGBUILD (from rev 1271114, haskell-happstack-server/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-08-20 18:56:36 UTC (rev 1271115)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=happstack-server
+pkgname=haskell-happstack-server
+pkgver=7.8.0
+pkgrel=1
+pkgdesc="Web related tools and services."
+url="http://happstack.com"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-extensible-exceptions'
+         'haskell-hslogger' 'haskell-html' 'haskell-monad-control' 'haskell-network'
+         'haskell-network-uri' 'haskell-old-locale' 'haskell-sendfile' 'haskell-syb'
+         'haskell-system-filepath' 'haskell-threads' 'haskell-transformers-base'
+         'haskell-transformers-compat' 'haskell-utf8-string' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha256sums=('356a7a173d07ca929f2da1802c298c7c4546ce90e1e7ab2776c5925d60af0eb5')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -d semigroups $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie' \
+    -fnetwork-uri
+
+  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
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+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 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/COPYING
+}



More information about the arch-commits mailing list