2009-10-27 17:49:38 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Linklint < Formula
|
2009-10-27 17:49:38 +00:00
|
|
|
url 'http://linklint.org/download/linklint-2.3.5.tar.gz'
|
|
|
|
homepage 'http://linklint.org'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'd2dd384054b39a09c17b69e617f7393e44e98376'
|
2009-10-27 17:49:38 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
mv 'READ_ME.txt', 'README'
|
2010-02-18 18:05:01 +00:00
|
|
|
bin.install 'linklint-2.3.5' => 'linklint'
|
2009-10-27 17:49:38 +00:00
|
|
|
end
|
|
|
|
end
|