[arch-commits] Commit in hledger-ui/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 19 16:17:04 UTC 2018


    Date: Saturday, May 19, 2018 @ 16:17:03
  Author: felixonmars
Revision: 324700

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
    (from rev 324699, hledger-ui/trunk/PKGBUILD)
Deleted:
  hledger-ui/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 16:16:40 UTC (rev 324699)
+++ PKGBUILD	2018-05-19 16:17:03 UTC (rev 324700)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=hledger-ui
-pkgver=1.9
-pkgrel=18
-pkgdesc="Curses-style user interface for the hledger accounting tool"
-url="http://hledger.org"
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async'
-         'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 'haskell-fsnotify'
-         'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec'
-         'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
-         'haskell-vector' 'haskell-brick' 'haskell-vty')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4b0007f5cd7cbea8c72ecee19a802a0751a19cc34ec1b67d53ab6510e8276695f84a358d798506d08f1eb1dd562a44807244fd590354cf5edb5ba9d42daf3223')
-
-prepare() {
-    # It does nothing
-    sed -e '/mtl-compat/d' \
-        -i ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
-            -fthreaded
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 324699, hledger-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-19 16:17:03 UTC (rev 324700)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=hledger-ui
+pkgver=1.9
+pkgrel=19
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org"
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 'haskell-async'
+         'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 'haskell-fsnotify'
+         'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec'
+         'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+         'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4b0007f5cd7cbea8c72ecee19a802a0751a19cc34ec1b67d53ab6510e8276695f84a358d798506d08f1eb1dd562a44807244fd590354cf5edb5ba9d42daf3223')
+
+prepare() {
+    # It does nothing
+    sed -e '/mtl-compat/d' \
+        -i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+            -fthreaded
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list