[arch-commits] Commit in haskell-cracknum/repos/community-testing-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 23 19:42:48 UTC 2021


    Date: Friday, July 23, 2021 @ 19:42:48
  Author: felixonmars
Revision: 984817

archrelease: copy trunk to community-testing-x86_64

Added:
  haskell-cracknum/repos/community-testing-x86_64/PKGBUILD
    (from rev 984816, haskell-cracknum/trunk/PKGBUILD)
Deleted:
  haskell-cracknum/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-23 19:42:32 UTC (rev 984816)
+++ PKGBUILD	2021-07-23 19:42:48 UTC (rev 984817)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=crackNum
-pkgname=haskell-cracknum
-pkgver=2.4
-pkgrel=6
-pkgdesc="Crack various integer, floating-point data formats"
-url="https://github.com/LeventErkok/crackNum"
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-floatinghex')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2a471ddc63673da8b0163f565672133be9628df3124efe0bb9eebee60649c7962c8923ab2f79cd7081bdb4653e3c804490c662af55d60d6cbfa758f4cb22f221')
-
-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
-    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
-}

Copied: haskell-cracknum/repos/community-testing-x86_64/PKGBUILD (from rev 984816, haskell-cracknum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-23 19:42:48 UTC (rev 984817)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=crackNum
+pkgname=haskell-cracknum
+pkgver=3.0
+pkgrel=1
+pkgdesc="Crack various integer and floating-point data formats"
+url="https://github.com/LeventErkok/crackNum"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 'haskell-tasty-golden')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('8207ab162bca8668b45fab5f8cabf41ffc99300518f92f599d0603f95b342e7580efb90a2425a351f217f838e10cf8d924cef47400f34acb87c2b2ca56af70da')
+
+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
+    runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+    cd $_hkgname-$pkgver
+
+    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