Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add man2html
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Oct 15, 2014
1 parent 267f338 commit 23f8b27
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man2html/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sed -i -e "s:/usr/local:$PREFIX:g" man2html
mkdir $PREFIX/bin
cp man2html $PREFIX/bin
21 changes: 21 additions & 0 deletions man2html/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: man2html
version: 3.0.1

source:
fn: man2html3.0.1.tar.gz
url: http://search.cpan.org/CPAN/authors/id/E/EH/EHOOD/man2html3.0.1.tar.gz
sha1: 18b617783ce59491db984d23d2b0c8061bff385c

requirements:
run:
- perl

test:
commands:
- man2html --help

about:
home: http://www.nongnu.org/man2html/
license: GPL
summary: "man2html a Perl program that reads formatted nroff text from standard input (stdin) and writes a HTML document to standard output (stdout)."

0 comments on commit 23f8b27

Please sign in to comment.