homebrew-core/Formula/sic.rb

13 lines
309 B
Ruby
Raw Normal View History

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