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

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 16 16:36:08 UTC 2022


    Date: Wednesday, March 16, 2022 @ 16:36:08
  Author: felixonmars
Revision: 1155460

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-basement/repos/community-staging-x86_64/PKGBUILD (from rev 1155459, haskell-basement/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-16 16:36:08 UTC (rev 1155460)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=basement
+pkgname=haskell-basement
+pkgver=0.0.14
+pkgrel=1
+pkgdesc="Foundation scrap box of array & string"
+url="https://github.com/haskell-foundation/foundation"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('f18f07be0e70d93ac357fd443d74c24bdec5166bb5fc3ce9ed89bb46549fec7dd37e14cbbb28872e49c2314d738dcc6d7adfe0c4862a745f5616e9f6aa137d31')
+
+build() {
+    cd $_hkgname-$pkgver
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir=/usr/share/doc/$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