2010-07-07 01:22:18 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Sic < Formula
|
2010-07-07 01:22:18 +00:00
|
|
|
url 'http://dl.suckless.org/tools/sic-1.1.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '816d522758f6d04e6af6b7396c8077c32b2ddfb2'
|
2010-07-07 01:22:18 +00:00
|
|
|
head 'http://hg.suckless.org/sic', :using => :hg
|
|
|
|
homepage 'http://tools.suckless.org/sic'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "PREFIX=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|