aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nano.scm
blob: 8ea84ab724d4e25fc3390d66fc0818dce6cfc5db (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages nano)
  #:use-module (guix licenses)
  #:use-module (gnu packages gettext)
  #:use-module (gnu packages ncurses)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu))

(define-public nano
  (package
    (name "nano")
    (version "4.9.3")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
      (sha256
       (base32 "1d2i3wvsq5lvpxxinq51dcvd58xx7j0d0c2csz9hgvd06gq3hd3f"))))
    (build-system gnu-build-system)
    (inputs
     `(("gettext" ,gettext-minimal)
       ("ncurses" ,ncurses)))
    (home-page "https://www.nano-editor.org/")
    (synopsis "Small, user-friendly console text editor")
    (description
     "GNU nano is a small and simple text editor for use in a terminal.  Besides
basic editing, it supports: undo/redo, syntax highlighting, spell checking,
justifying, auto-indentation, bracket matching, interactive search-and-replace
(with regular expressions), and the editing of multiple files.")
    (license gpl3+))) ; some files are under GPLv2+
m-twmb-murmur3....Leo Famulari 2020-05-22gnu: go-github-com-kr-pretty: Update to 0.2.0....Leo Famulari 2020-05-22gnu: go-golang-org-x-crypto: Update to 0.0.0-5.2aa609c....Leo Famulari 2020-05-22gnu: go-golang-org-x-sys: Update to 0.0.0-6.c709ea0....Leo Famulari 2020-04-12gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation"....Vagrant Cascadian 2020-04-07gnu: Add go-github-com-calmh-murmur3....Leo Famulari 2020-04-07gnu: Go: Update to 1.13.9....Leo Famulari 2020-03-22gnu: Add go-github-com-surgebase-porter2....Efraim Flashner 2020-03-22gnu: Add go-github-com-surge-glog....Efraim Flashner 2020-03-22gnu: Add go-github-com-pbnjay-memory....Efraim Flashner 2020-03-22gnu: Add go-github-com-klauspost-cpuid....Efraim Flashner 2020-03-22gnu: Add go-github-com-gedex-inflector....Efraim Flashner 2020-03-22gnu: Add go-github-com-fogleman-gg....Efraim Flashner 2020-03-22gnu: Add go-github-com-golang-freetype....Efraim Flashner 2020-03-22gnu: Add go-golang-org-rainycape-unidecode....Efraim Flashner 2020-03-22gnu: Add go-golang-org-x-image....Efraim Flashner 2020-03-17gnu: Add go-github-com-willf-bloom....Leo Famulari 2020-03-17gnu: Add go-github-com-willf-bitset....Leo Famulari 2020-03-17gnu: go-github-com-spaolacci-murmur3: Update to 1.1.0...Leo Famulari 2020-03-17gnu: go-github-com-pkg-errors: Update to 0.9.1....Leo Famulari 2020-03-12gnu: Add go-github-com-mattn-go-zglob....Alex Griffin 2020-03-12gnu: Add go-github-com-rifflock-lfshook....Alex Griffin 2020-03-12gnu: go-github-com-sirupsen-logrus: Propagate inputs....Alex Griffin 2020-03-06gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation"....Vagrant Cascadian 2020-03-02gnu: Go: Update to 1.13.8....Leo Famulari 2020-02-13gnu: go-github-com-lucas-clemente-quic-go: Update to 0.12.1....Leo Famulari 2020-02-13gnu: go-github-com-marten-seemann-qtls: Update to 0.3.2....Leo Famulari 2020-02-13gnu: go-github-com-minio-sha256-simd: Update to 0.1.1....Leo Famulari 2020-02-13gnu: go-github-com-urfave-cli: Update to 1.22.2....Leo Famulari 2020-02-13gnu: Add go-github-com-go-md2man....Leo Famulari 2020-02-13gnu: Add go-github-com-russross-blackfriday....Leo Famulari 2020-02-13gnu: Add go-github-com-shurcool-sanitized-anchor-name....Leo Famulari 2020-02-13gnu: Add go-github-com-pmezard-go-difflib....Leo Famulari 2020-02-13gnu: go-github-com-mattn-go-isatty: Update to 0.0.11....Leo Famulari 2020-02-13gnu: go-github-com-pkg-errors: Update to 0.9.0....Leo Famulari 2020-02-13gnu: go-github-com-gogo-protobuf: Update to 1.3.1....Leo Famulari