ii; minimalist FIFO and filesystem-based IRC client

master
Jordan Bracco 2009-11-12 19:31:36 +01:00 committed by Max Howell
parent fc83afbff1
commit c677ba65d9
1 changed files with 12 additions and 0 deletions

12
Formula/ii.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Ii <Formula
url 'http://dl.suckless.org/tools/ii-1.4.tar.gz'
homepage 'http://tools.suckless.org/ii'
md5 '535d88c23e84d510edf773db12728ac0'
def install
inreplace 'config.mk', '/usr/local', prefix
system "make install"
end
end