unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51184] [PATCH] gnu: Add renameutils.
@ 2021-10-13 17:01 Wiktor Żelazny
  2021-11-13 23:31 ` bug#51184: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2021-10-13 17:01 UTC (permalink / raw)
  To: 51184

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2103 bytes --]

* gnu/packages/admin.scm (renameutils): New variable.
---
 gnu/packages/admin.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 850372bdc6..9faf2fca61 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+;;; Copyright © 2021 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4794,3 +4795,32 @@ setup, maintenance, supervision, or any long-running processes.")
       (description "Utility to convert @code{lsof} output to a graph showing
 FIFO and UNIX interprocess communication.")
       (license license:bsd-2))))
+
+(define-public renameutils
+  (package
+    (name "renameutils")
+    (version "0.12.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://download.savannah.gnu.org/releases/renameutils/"
+                       name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18xlkr56jdyajjihcmfqlyyanzyiqqlzbhrm6695mkvw081g1lnb"))
+       (modules '((guix build utils)))
+       (snippet '(begin
+                   (substitute* "src/Makefile.in"
+                     (("\\(\\$bindir\\)") "$(bindir)"))
+                   #t))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("readline" ,readline)))
+    (home-page "https://www.nongnu.org/renameutils/")
+    (synopsis "File renaming utilities")
+    (description "The file renaming utilities (renameutils for short) are a set
+of programs designed to make renaming of files faster and less cumbersome.  The
+file renaming utilities consists of five programs - qmv, qcp, imv, icp and
+deurlname.")
+    (license license:gpl3)))

base-commit: 37832406bef8e9b61b1c3b533988d5a873cb9a21
-- 
2.33.0





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

* bug#51184: [PATCH] gnu: Add renameutils.
  2021-10-13 17:01 [bug#51184] [PATCH] gnu: Add renameutils Wiktor Żelazny
@ 2021-11-13 23:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-11-13 23:31 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: 51184-done

Hi,

Wiktor Żelazny <wz@freeshell.de> skribis:

> * gnu/packages/admin.scm (renameutils): New variable.

I moved it to shellutils.scm and followed up with minor tweaks: using a
mirror:// URL, using Texinfo markup in the description, and changing the
license to ‘gpl3+’ since it’s “version 3 or later” according to source
file headers.

Thanks,
Ludo’.




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

end of thread, other threads:[~2021-11-13 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 17:01 [bug#51184] [PATCH] gnu: Add renameutils Wiktor Żelazny
2021-11-13 23:31 ` bug#51184: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).