all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Tomás Ortín via Guix-patches via" <guix-patches@gnu.org>
To: 67434@debbugs.gnu.org
Subject: [bug#67434] [PATCH 3/3] gnu: Add hledger-ui
Date: Fri, 24 Nov 2023 18:27:20 +0100	[thread overview]
Message-ID: <917ec38d-fd3f-6208-49be-0c4f93fba7ef@mailbox.org> (raw)
In-Reply-To: <eefd884b-c89f-133b-b841-566ce9a7f923@mailbox.org>

* gnu/packages/finance.scm (hledger-ui): New variable.

Change-Id: I03b0bed2b4236502f59319a0ec43331a23a5a918
---
  gnu/packages/finance.scm | 39 +++++++++++++++++++++++++++++++++++++++
  1 file changed, 39 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index cd419f2102..11a1d60770 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -36,6 +36,7 @@
  ;;; Copyright © 2023 Skylar Hill <stellarskylark@posteo.net>
  ;;; Copyright © 2023 Foundation Devices, Inc. 
<hello@foundationdevices.com>
  ;;; Copyright © 2023 Attila Lendvai <attila@lendvai.name>
+;;; Copyright © 2023 Tomás Ortín Fernández <tomasortin@mailbox.org>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -2092,6 +2093,44 @@ (define-public hledger-web
  editing on the Web.")
      (license license:gpl3)))

+(define-public hledger-ui
+  (package
+    (name "hledger-ui")
+    (version "1.27.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hackage-uri "hledger-ui" version))
+       (sha256
+        (base32 "1srzlz0mdcp0259k0vsc8xkisd9l59s30j1k1x9bnsn179n8bi22"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-ansi-terminal
+                  ghc-async
+                  ghc-breakpoint
+                  ghc-brick
+                  ghc-cmdargs
+                  ghc-data-default
+                  ghc-doclayout
+                  ghc-extra
+                  ghc-fsnotify
+                  ghc-hledger
+                  ghc-hledger-lib
+                  ghc-microlens-platform
+                  ghc-safe
+                  ghc-split))
+    (properties '((upstream-name . "hledger-ui")))
+    (arguments
+     (list
+      #:haddock? #f))
+    (home-page "http://hledger.org")
+    (synopsis
+     "Curses-style terminal user interface for the hledger accounting 
system")
+    (description
+     "This package provides a simple curses-style terminal user interface
+(TUI) for the hledger accounting system, as a convenient alternative to
+the hledger command line interface.")
+    (license license:gpl3)))
+
  (define-public quantlib
    (package
      (name "quantlib")
-- 
2.41.0





      parent reply	other threads:[~2023-11-24 17:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-24 17:19 [bug#67434] [PATCH 0/3] gnu: Add hledger-ui Tomás Ortín via Guix-patches via
2023-11-24 17:22 ` [bug#67434] [PATCH 1/3] gnu: Add ghc-bimap Tomás Ortín via Guix-patches via
2023-11-24 17:25 ` [bug#67434] [PATCH 2/3] gnu: Add ghc-brick and bump ghc-vty version as required Tomás Ortín via Guix-patches via
2023-11-24 17:27 ` Tomás Ortín via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=917ec38d-fd3f-6208-49be-0c4f93fba7ef@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=67434@debbugs.gnu.org \
    --cc=tomasortin@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.