sic: style nits

master
Adam Vandenberg 2013-01-27 21:35:12 -08:00
parent 5035663580
commit 1a4339dc2a
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
require 'formula'
class Sic < Formula
homepage 'http://tools.suckless.org/sic'
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"