all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39191] [PATCH] gnu: Add bvi.
@ 2020-01-19 12:44 Jakub Kądziołka
  2020-01-27 23:26 ` bug#39191: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kądziołka @ 2020-01-19 12:44 UTC (permalink / raw)
  To: 39191

* gnu/packages/hexedit.scm (bvi): New variable.
---
 gnu/packages/hexedit.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
index 9aea8e8700..39dcb2e0f7 100644
--- a/gnu/packages/hexedit.scm
+++ b/gnu/packages/hexedit.scm
@@ -80,3 +80,25 @@ low-level functionality of a debugger with the usability of an @dfn{Integrated
 Development Environment} (IDE).")
     (home-page "http://hte.sourceforge.net/")
     (license license:gpl2)))
+
+(define-public bvi
+  (package
+    (name "bvi")
+    (version "1.4.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/bvi/bvi/" version
+                    "/bvi-" version ".src.tar.gz"))
+              (sha256
+               (base32
+                "0a0yl0dcyff31k3dr4dpgqmlwygp8iaslnr5gmb6814ylxf2ad9h"))))
+    (build-system gnu-build-system)
+    (arguments '(#:tests? #f))          ; no check target
+    (inputs
+     `(("ncurses" ,ncurses)))
+    (synopsis "binary file editor")
+    (description "bvi is a display-oriented editor for binary files, based on
+the vi text editor.")
+    (home-page "http://bvi.sourceforge.net/")
+    (license license:gpl3)))
-- 
2.25.0

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

* bug#39191: [PATCH] gnu: Add bvi.
  2020-01-19 12:44 [bug#39191] [PATCH] gnu: Add bvi Jakub Kądziołka
@ 2020-01-27 23:26 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-01-27 23:26 UTC (permalink / raw)
  To: Jakub Kądziołka, 39191-done

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Jakub Kądziołka <kuba@kadziolka.net> writes:

> * gnu/packages/hexedit.scm (bvi): New variable.

Applied with a copyright line, changed license to GPL3+ as per the
source code headers, and added some markup to the description.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-01-27 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 12:44 [bug#39191] [PATCH] gnu: Add bvi Jakub Kądziołka
2020-01-27 23:26 ` bug#39191: " Marius Bakke

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.