GNU bug report logs -
#73021
[PATCH] gnu: Add gnudos.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 4 Sep 2024 05:57:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/mc.scm (gnudos): New variable.
Change-Id: I03a101be81bba3e4fdf8e11a7b4a799b92f86ad0
---
gnu/packages/mc.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index dc909ed7e1..2a716ce782 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -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)
+ (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+)))
base-commit: 7fa9df431e9423e2b79c8c520de1d0ef7aed910d
prerequisite-patch-id: a15c31b7d62dad1884467d4668ea9e851a61603e
--
2.34.1
This bug report was last modified 301 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.