[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/277: gnu: Add xmltoman.
From: |
guix-commits |
Subject: |
139/277: gnu: Add xmltoman. |
Date: |
Thu, 6 Aug 2020 17:03:16 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 78a034b9ffe396a293f25e803512d8664c90e516
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Jul 14 17:21:08 2020 -0400
gnu: Add xmltoman.
* gnu/packages/man.scm (xmltoman): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/man.scm | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 85871b9..6b36c6a 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -38,7 +38,41 @@
#:use-module (gnu packages less)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
- #:use-module (gnu packages linux))
+ #:use-module (gnu packages linux)
+ #:use-module (gnu packages xml))
+
+(define-public xmltoman
+ (package
+ (name "xmltoman")
+ (version "0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://sourceforge.net/projects/xmltoman/files/"
+ "xmltoman/xmltoman-" version ".tar.gz/xmltoman-"
+ version ".tar.gz/download"))
+ (sha256
+ (base32 "1c0lvzr7kdy63wbn1jv6s126ds7add3pxqb0vlxd3v5a2sir91wl"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f ; No tests
+ #:make-flags
+ (list
+ (string-append "PREFIX="
+ (assoc-ref %outputs "out")))
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure))))
+ (propagated-inputs
+ `(("perl" ,perl)
+ ("perl-xml-parser" ,perl-xml-parser)))
+ (synopsis "XML to Man converter")
+ (description "XMLtoMan and XMLMantoHTML are two small scripts to convert
xml
+to man pages in groff format or html. It features the usual man page items
such
+as description, options, see also, etc.")
+ (home-page "http://xmltoman.sourceforge.net/")
+ (license gpl2+)))
(define-public ronn
(package
- 121/277: gnu: Add rust-tinyvec@0.3.3., (continued)
- 121/277: gnu: Add rust-tinyvec@0.3.3., guix-commits, 2020/08/06
- 127/277: gnu: openjpeg: Update package definition., guix-commits, 2020/08/06
- 128/277: gnu: gtk+: Add missing input., guix-commits, 2020/08/06
- 134/277: gnu: libwpe: Update package definition., guix-commits, 2020/08/06
- 104/277: gnu: libnotify: Update package definition., guix-commits, 2020/08/06
- 109/277: gnu: Add rust-serial-test-derive@0.4.0., guix-commits, 2020/08/06
- 114/277: gnu: Add rust-string-cache-codegen@0.5.1., guix-commits, 2020/08/06
- 123/277: gnu: librsvg-next: Update package definition., guix-commits, 2020/08/06
- 129/277: gnu: tesseract-ocr: Propagate leptonica., guix-commits, 2020/08/06
- 133/277: gnu: vala: Update package definition., guix-commits, 2020/08/06
- 139/277: gnu: Add xmltoman.,
guix-commits <=
- 146/277: gnu: pixman: Update package definition., guix-commits, 2020/08/06
- 150/277: gnu: cairomm: Update package definition., guix-commits, 2020/08/06
- 153/277: gnu: Add glibmm-2.64., guix-commits, 2020/08/06
- 154/277: gnu: atkmm: Update package definition., guix-commits, 2020/08/06
- 158/277: gnu: gtkmm: Update package definition., guix-commits, 2020/08/06
- 159/277: gnu: gtkmm-2: Update package definition., guix-commits, 2020/08/06
- 162/277: gnu: amtk: Update package definition., guix-commits, 2020/08/06
- 98/277: gnu: gst-plugins-ugly: Update package definition., guix-commits, 2020/08/06
- 99/277: gnu: gst-libav: Update package definition., guix-commits, 2020/08/06
- 113/277: gnu: Add rust-string-cache@0.8.0., guix-commits, 2020/08/06