Commit 28b477e4 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #655 from uberhacker/add-txt2man-package

Add txt2man package
parents 3324a73c c2becfb0
require 'package'
class Txt2man < Package
version '1.5.6'
source_url 'http://mvertes.free.fr/download/txt2man-1.5.6.tar.gz'
source_sha1 'ef1392785333ea88f7e01f4f4c519ecfbdd498bd'
depends_on 'gawk'
depends_on 'mandb'
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment