[arch-commits] Commit in haskell-ghc-bignum-orphans/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 20:18:57 UTC 2022


    Date: Monday, January 10, 2022 @ 20:18:57
  Author: felixonmars
Revision: 1099917

archrelease: copy trunk to community-x86_64

Added:
  haskell-ghc-bignum-orphans/repos/community-x86_64/
  haskell-ghc-bignum-orphans/repos/community-x86_64/PKGBUILD
    (from rev 1099916, haskell-ghc-bignum-orphans/trunk/PKGBUILD)

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

Copied: haskell-ghc-bignum-orphans/repos/community-x86_64/PKGBUILD (from rev 1099916, haskell-ghc-bignum-orphans/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-01-10 20:18:57 UTC (rev 1099917)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=ghc-bignum-orphans
+pkgname=haskell-ghc-bignum-orphans
+pkgver=0.1
+pkgrel=1
+pkgdesc="Backwards-compatible orphan instances for ghc-bignum"
+url="https://github.com/haskell-compat/ghc-bignum-orphans"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha256sums=('165d750d225f37c7004aac798399ceb7f89a968479c7a2800a7a66c31d1e950c')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie'
+
+  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"
+}



More information about the arch-commits mailing list