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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 8 12:21:48 UTC 2022


    Date: Thursday, September 8, 2022 @ 12:21:47
  Author: felixonmars
Revision: 1296752

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-bword/repos/community-staging-x86_64/
  haskell-data-bword/repos/community-staging-x86_64/PKGBUILD
    (from rev 1296751, haskell-data-bword/trunk/PKGBUILD)

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

Copied: haskell-data-bword/repos/community-staging-x86_64/PKGBUILD (from rev 1296751, haskell-data-bword/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-09-08 12:21:47 UTC (rev 1296752)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=data-bword
+pkgname=haskell-data-bword
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Extra operations on binary words of fixed length"
+url="https://github.com/mvv/data-bword"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('9275c80477362d415cb9d25616ca2f670e27c4e54d45fa345788173d74ade4b7ad4127571b39bfb2311f910cfb52ae1a23298fd2ebf0031436c1c9da35ee0521')
+
+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 \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
+    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"
+    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