mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add gnudos.
* gnu/packages/mc.scm (gnudos): New variable. Change-Id: I03a101be81bba3e4fdf8e11a7b4a799b92f86ad0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9b66aaa7cc
commit
26643fa275
1 changed files with 23 additions and 0 deletions
|
@ -120,3 +120,26 @@ (define-public mc
|
|||
FTP or FISH. It also includes a powerful text editor for opening text
|
||||
files.")
|
||||
(license gpl3+)))
|
||||
|
||||
|
||||
(define-public gnudos
|
||||
(package
|
||||
(name "gnudos")
|
||||
(version "2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gnudos/gnudos-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06n4n6j7w6f54akmqqmsrbxv5rj6xairc6yskm33ag2ar7w8hz48"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs (list ncurses))
|
||||
(home-page "https://www.gnu.org/software/gnudos/")
|
||||
(synopsis "MS-DOS-like file manager, editor, and other tools")
|
||||
(description
|
||||
"GnuDOS is a set of programs designed to help new users of the GNU
|
||||
system in growing accustomed to the system, particularly users who might be
|
||||
coming from a DOS background. It consists of a file manager, a text editor
|
||||
and a form designer for the console as well as a core library for building
|
||||
similar utilities.")
|
||||
(license gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue