[arch-commits] Commit in purescript/repos (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jul 4 07:36:06 UTC 2016


    Date: Monday, July 4, 2016 @ 07:36:06
  Author: felixonmars
Revision: 182089

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
    (from rev 182088, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
    (from rev 182088, purescript/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   45 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   45 ++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 182088, purescript/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-07-04 07:36:06 UTC (rev 182089)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=10
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
+             "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" "haskell-glob"
+             "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+             "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+             "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-regex-tdfa"
+             "haskell-safe" "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" "haskell-split"
+             "haskell-stm" "haskell-syb" "haskell-text" "haskell-transformers-base"
+             "haskell-transformers-compat" "haskell-unordered-containers" "haskell-utf8-string"
+             "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() {
+    sed -i 's/pipes >= 4.0.0 && < 4.2.0,/pipes >= 4.0.0 \&\& < 4.3.0,/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 182088, purescript/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-07-04 07:36:06 UTC (rev 182089)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=purescript
+pkgver=0.9.1
+pkgrel=10
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
+             "haskell-dlist" "haskell-edit-distance" "haskell-fsnotify" "haskell-glob"
+             "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+             "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+             "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-regex-tdfa"
+             "haskell-safe" "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" "haskell-split"
+             "haskell-stm" "haskell-syb" "haskell-text" "haskell-transformers-base"
+             "haskell-transformers-compat" "haskell-unordered-containers" "haskell-utf8-string"
+             "haskell-vector")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('72a4c9148a5d6b6ec2650185be7b8aa6a43a089d73037f870babd0ded9a5d0e7')
+
+prepare() {
+    sed -i 's/pipes >= 4.0.0 && < 4.2.0,/pipes >= 4.0.0 \&\& < 4.3.0,/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+        --libsubdir=\$compiler/site-local/\$pkgid
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -r "$pkgdir"/usr/{lib,share}
+}



More information about the arch-commits mailing list