[arch-commits] Commit in haskell-sourcemap/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jan 16 16:21:51 UTC 2022


    Date: Sunday, January 16, 2022 @ 16:21:51
  Author: felixonmars
Revision: 1106354

archrelease: copy trunk to community-x86_64

Added:
  haskell-sourcemap/repos/community-x86_64/PKGBUILD
    (from rev 1106353, haskell-sourcemap/trunk/PKGBUILD)
Deleted:
  haskell-sourcemap/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 16:21:42 UTC (rev 1106353)
+++ PKGBUILD	2022-01-16 16:21:51 UTC (rev 1106354)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=sourcemap
-pkgname=haskell-sourcemap
-pkgver=0.1.6.1
-pkgrel=54
-pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
-url="https://github.com/juhp/sourcemap"
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-unordered-containers"
-         "haskell-utf8-string")
-makedepends=('ghc')
-checkdepends=('nodejs' 'npm' 'nodejs-source-map')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f3eeb8595a334bc3916e2907f235223da6d03ff697cb2f4ec881305473cf8e0a051f765519b64a629523ef7a5844d54f39a2a0769ab756090f05e9e29222a4b1')
-
-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
-    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
-}
-
-check() {
-    cd $_hkgname-$pkgver
-    npm link source-map
-    runhaskell Setup test --show-details=direct
-}
-
-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-sourcemap/repos/community-x86_64/PKGBUILD (from rev 1106353, haskell-sourcemap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-16 16:21:51 UTC (rev 1106354)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=sourcemap
+pkgname=haskell-sourcemap
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
+url="https://github.com/juhp/sourcemap"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-unordered-containers"
+         "haskell-utf8-string")
+makedepends=('ghc')
+checkdepends=('nodejs' 'npm' 'nodejs-source-map')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('8bb22dc3a66e5e63cb2b3ea44bdc15843dfd83d28d4d8cfacdbf99730ed9d0d832e47d9e4bb462f66753ffb177c0374b1f5f58c4ee9597193a6f4486150a1846')
+
+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
+    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
+}
+
+check() {
+    cd $_hkgname-$pkgver
+    npm link source-map
+    runhaskell Setup test --show-details=direct
+}
+
+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