2010-07-07 01:22:18 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Sic < Formula
|
2013-01-28 05:35:12 +00:00
|
|
|
homepage 'http://tools.suckless.org/sic'
|
2013-09-09 16:56:24 +00:00
|
|
|
url 'http://dl.suckless.org/tools/sic-1.2.tar.gz'
|
|
|
|
sha1 'a91a603d536ae9cff9a806d6b2737053d262e722'
|
2013-01-28 05:35:12 +00:00
|
|
|
|
2013-09-09 16:56:24 +00:00
|
|
|
head 'http://git.suckless.org/sic', :using => :git
|
2010-07-07 01:22:18 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "PREFIX=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|