ioping: style nits
This commit is contained in:
parent
d8f2901afb
commit
51e012711d
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Ioping < Formula
|
||||
url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'
|
||||
head 'http://ioping.googlecode.com/svn/trunk/'
|
||||
homepage 'http://code.google.com/p/ioping/'
|
||||
url 'http://ioping.googlecode.com/files/ioping-0.6.tar.gz'
|
||||
sha1 '4b3860a6af0755467ebe67c09f36ddaebd9be3e7'
|
||||
|
||||
head 'http://ioping.googlecode.com/svn/trunk/'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue