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

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 26 19:31:58 UTC 2021


    Date: Tuesday, October 26, 2021 @ 19:31:58
  Author: felixonmars
Revision: 1034367

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-bin/repos/community-staging-x86_64/PKGBUILD (from rev 1034366, haskell-bin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-10-26 19:31:58 UTC (rev 1034367)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=bin
+pkgname=haskell-bin
+pkgver=0.1.1
+pkgrel=28
+pkgdesc="Bin: binary natural numbers."
+url="https://github.com/phadej/vec"
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-dec' 'haskell-fin' 'haskell-hashable')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('3218d84db5514e07f12cdc1bc7dd9a2f944861d772b32c096e3843d9de80f26b4a5b759075a8069907ab42c5e5061a3d66669b0b01a47cd7fcc3a324103dd177')
+
+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=-fllvm \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie'
+
+  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
+}
+
+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"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



More information about the arch-commits mailing list