new formula txt2tags
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8ae9f3f580
commit
6c05685c91
1 changed files with 12 additions and 0 deletions
12
Formula/txt2tags.rb
Normal file
12
Formula/txt2tags.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Txt2tags <Formula
|
||||
url 'http://txt2tags.googlecode.com/files/txt2tags-2.6.tgz'
|
||||
homepage 'http://txt2tags.org'
|
||||
md5 'ac09fd624f1e3a553d5f0e01271cc0ee'
|
||||
|
||||
def install
|
||||
bin.install 'txt2tags'
|
||||
man1.install "doc/manpage.man" => "txt2tags.1"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue