unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47527] [PATCH] gnu: Add abook.
@ 2021-03-31 18:14 Alexandru-Sergiu Marton
  2021-04-11 10:14 ` bug#47527: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandru-Sergiu Marton @ 2021-03-31 18:14 UTC (permalink / raw)
  To: 47527; +Cc: Alexandru-Sergiu Marton

* gnu/packages/mail.scm (abook): New variable.
---

This is not the latest version of the program, but was the latest stable on
that I could build. I'm having problems getting 0.6.1 building from git, but
this works fine.

 gnu/packages/mail.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fdbbaf1784..97a81cab07 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -36,7 +36,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Alexey Abramov <levenson@mmer.org>
 ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
-;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
+;;; Copyright © 2020, 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2020 divoplade <d@divoplade.fr>
@@ -4296,3 +4296,25 @@ black lists.  Each message is analysed by Rspamd and given a spam
 score.")
     (home-page "https://www.rspamd.com/")
     (license license:asl2.0)))
+
+(define-public abook
+  (package
+    (name "abook")
+    (version "0.5.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://downloads.sourceforge.net/project/abook/abook/"
+                           version "/abook-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0vkm8jgsw2lkn2jrsvnbsm27l2llb8mf2k9ah50k7bcl38qzcih6"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("ncurses" ,ncurses)
+       ("readline" ,readline)))
+    (synopsis "Text-based addressbook")
+    (description "Abook is a text-based addressbook program designed to use
+with mutt mail client.")
+    (home-page "https://abook.sourceforge.io/")
+    (license license:gpl2)))
-- 
2.31.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47527: [PATCH] gnu: Add abook.
  2021-03-31 18:14 [bug#47527] [PATCH] gnu: Add abook Alexandru-Sergiu Marton
@ 2021-04-11 10:14 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-04-11 10:14 UTC (permalink / raw)
  To: Alexandru-Sergiu Marton; +Cc: 47527-done

Hello,

Alexandru-Sergiu Marton <brown121407@posteo.ro> writes:

> * gnu/packages/mail.scm (abook): New variable.
> ---
>
> This is not the latest version of the program, but was the latest stable on
> that I could build. I'm having problems getting 0.6.1 building from git, but
> this works fine.

I updated it to 0.6.1 and pushed. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-11 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31 18:14 [bug#47527] [PATCH] gnu: Add abook Alexandru-Sergiu Marton
2021-04-11 10:14 ` bug#47527: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).