~ruther/guix-local

7dad36f710e964dd692a1d1706624857ac292b96 — nomike 1 year, 4 months ago ed325ce
gnu: Add jupp.

* gnu/packages/text-editors.scm (jupp): New variable.

Change-Id: I8e030ec4b9e78dc7bb5a020f69aeb6e2c3886b60
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 23 insertions(+), 0 deletions(-)

M gnu/packages/text-editors.scm
M gnu/packages/text-editors.scm => gnu/packages/text-editors.scm +23 -0
@@ 718,6 718,29 @@ interface similar to many user-friendly editors.  JOE has some of the key
bindings and many of the powerful features of GNU Emacs.")
    (license license:gpl3+)))

(define-public jupp
  (package
    (name "jupp")
    (version "3.1jupp41")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "http://www.mirbsd.org/MirOS/dist/jupp/joe-"
                           version ".tgz"))
       (sha256
        (base32
         "0by8c640kxdf05xvrj8n6awg5mq847iwkhryz7zzxghryn5fmf3v"))))
    (build-system gnu-build-system)
    (inputs (list ncurses))
    (home-page "http://mirbsd.de/jupp")
    (synopsis "Portable version of JOE’s Own Editor")
    (description
    "Jupp is the portable version of JOE’s Own Editor.  It has been
enhanced by functions intended for programmers or other professional
users.  It comes with the editor flavors known from joe, specifically,
jmacs, joe, jpico, jstar, and rjoe.")
    (license license:gpl1)))

(define-public jucipp
  (package
    (name "jucipp")