par is a paragraph reformatter, vaguely similar to fmt, but better.
master
Ben Bleything 2009-11-12 13:14:59 -08:00 committed by Max Howell
parent 0b94132a72
commit 6c4eabdf9e
1 changed files with 12 additions and 0 deletions

12
Formula/par.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Par < Formula
url 'http://www.nicemice.net/par/Par152.tar.gz'
homepage 'http://www.nicemice.net/par/'
md5 '4ccacd824171ba2c2f14fb8aba78b9bf'
def install
system "make -f protoMakefile"
bin.install 'par'
end
end