[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/402: gnu: Add xmltoman.
From: |
guix-commits |
Subject: |
139/402: gnu: Add xmltoman. |
Date: |
Tue, 18 Aug 2020 16:47:20 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 70b86c6463b2e26db7b9e348c14e6cb9a8b1450c
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 6db7b0a..45c8bae 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
- 156/402: gnu: Add pangomm-2.42., (continued)
- 156/402: gnu: Add pangomm-2.42., guix-commits, 2020/08/18
- 178/402: gnu: gfbgraph: Update package definition., guix-commits, 2020/08/18
- 81/402: gnu: Add rtmpdump., guix-commits, 2020/08/18
- 114/402: gnu: Add rust-string-cache-codegen@0.5.1., guix-commits, 2020/08/18
- 116/402: gnu: Add rust-derive-more@0.99.9., guix-commits, 2020/08/18
- 123/402: gnu: librsvg-next: Update package definition., guix-commits, 2020/08/18
- 124/402: gnu: libsecret: Update package definition., guix-commits, 2020/08/18
- 135/402: gnu: wpebackend-fdo: Update package definition., guix-commits, 2020/08/18
- 131/402: gnu: Add libthai., guix-commits, 2020/08/18
- 141/402: gnu: webkitgtk: Update package definition., guix-commits, 2020/08/18
- 139/402: gnu: Add xmltoman.,
guix-commits <=
- 153/402: gnu: Add glibmm-2.64., guix-commits, 2020/08/18
- 176/402: gnu: gnome-autoar: Update package definition., guix-commits, 2020/08/18
- 175/402: gnu: gmime: Update package definition., guix-commits, 2020/08/18
- 163/402: gnu: babl: Update package definition., guix-commits, 2020/08/18
- 185/402: gnu: Add pedansee., guix-commits, 2020/08/18
- 186/402: gnu: Add libdmapsharing., guix-commits, 2020/08/18
- 188/402: gnu: gupnp: Update package definition., guix-commits, 2020/08/18
- 125/402: gnu: libsoup: Update package definition., guix-commits, 2020/08/18
- 132/402: gnu: pango: Update package definition., guix-commits, 2020/08/18
- 136/402: gnu: woff2: Update package definition., guix-commits, 2020/08/18