[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Wed Nov 15 07:29:01 UTC 2017


    Date: Wednesday, November 15, 2017 @ 07:29:00
  Author: felixonmars
Revision: 266818

addpkg: haskell-gauge 0.1.3-1

Added:
  haskell-gauge/
  haskell-gauge/repos/
  haskell-gauge/trunk/
  haskell-gauge/trunk/PKGBUILD

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

Added: haskell-gauge/trunk/PKGBUILD
===================================================================
--- haskell-gauge/trunk/PKGBUILD	                        (rev 0)
+++ haskell-gauge/trunk/PKGBUILD	2017-11-15 07:29:00 UTC (rev 266818)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=gauge
+pkgname=haskell-gauge
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Small framework for performance measurement and analysis"
+url="https://github.com/vincenthz/hs-gauge"
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-code-page' 'haskell-mwc-random' 'haskell-vector'
+         'haskell-math-functions')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('ae72fefea78bd380f89d6da34cb91c0cf8446c0057ae8c4aecd2b64e07fff9d46b8c07ada313d5e4ff02937139abcc63c1ed3a14576ea45ec0773413cd1edea9')
+
+build() {
+    cd "${srcdir}/${_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
+    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 "${srcdir}/${_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"
+}


Property changes on: haskell-gauge/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list