[arch-commits] Commit in haskell-happstack-server/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Aug 31 20:05:25 UTC 2022
Date: Wednesday, August 31, 2022 @ 20:05:25
Author: felixonmars
Revision: 1289281
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-happstack-server/repos/community-staging-x86_64/
haskell-happstack-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1289280, haskell-happstack-server/trunk/PKGBUILD)
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
Copied: haskell-happstack-server/repos/community-staging-x86_64/PKGBUILD (from rev 1289280, haskell-happstack-server/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-08-31 20:05:25 UTC (rev 1289281)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=happstack-server
+pkgname=haskell-happstack-server
+pkgver=7.8.0
+pkgrel=7
+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=-fllvm \
+ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+ --ghc-option='-pie' \
+ -fnetwork-uri
+
+ runhaskell Setup build $MAKEFLAGS
+ 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 --show-details=direct
+}
+
+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