homebrew-core/Formula/sic.rb
Adam Stankiewicz 9b6628c7b2 sic 1.2
Closes Homebrew/homebrew#22419.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-09 18:15:45 +01:00

13 lines
312 B
Ruby

require 'formula'
class Sic < Formula
homepage 'http://tools.suckless.org/sic'
url 'http://dl.suckless.org/tools/sic-1.2.tar.gz'
sha1 'a91a603d536ae9cff9a806d6b2737053d262e722'
head 'http://git.suckless.org/sic', :using => :git
def install
system "make", "PREFIX=#{prefix}", "install"
end
end