New formula: `sic`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Martin Kühl 2010-07-07 03:22:18 +02:00 committed by Adam Vandenberg
parent 61afbabc6e
commit affc966355
1 changed files with 12 additions and 0 deletions

12
Formula/sic.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Sic <Formula
url 'http://dl.suckless.org/tools/sic-1.1.tar.gz'
md5 '856d0e5faa151ae9602713ee7d34a2d5'
head 'http://hg.suckless.org/sic', :using => :hg
homepage 'http://tools.suckless.org/sic'
def install
system "make", "PREFIX=#{prefix}", "install"
end
end