[arch-commits] Commit in haskell-sourcemap/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 27 10:37:24 UTC 2021
Date: Tuesday, April 27, 2021 @ 10:37:24
Author: felixonmars
Revision: 924709
upgpkg: haskell-sourcemap 0.1.6.1-1
Modified:
haskell-sourcemap/trunk/PKGBUILD
----------+
PKGBUILD | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-27 10:34:02 UTC (rev 924708)
+++ PKGBUILD 2021-04-27 10:37:24 UTC (rev 924709)
@@ -3,23 +3,24 @@
_hkgname=sourcemap
pkgname=haskell-sourcemap
-pkgver=0.1.6
-pkgrel=297
+pkgver=0.1.6.1
+pkgrel=1
pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
-url="https://hackage.haskell.org/package/${_hkgname}"
+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")
-sha256sums=('b9a04cccb4fe7eea8b37a2eaf2bc776eae5640038ab76fb948c5a3ea09a9ce7a')
+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 \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
@@ -28,6 +29,12 @@
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
}
+check() {
+ cd $_hkgname-$pkgver
+ npm link source-map
+ runhaskell Setup test
+}
+
package() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list