aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpio.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mpio.rb b/Library/Formula/mpio.rb
index 5c41ff5c1..8c2b34920 100644
--- a/Library/Formula/mpio.rb
+++ b/Library/Formula/mpio.rb
@@ -1,12 +1,13 @@
require 'formula'
class Mpio < Formula
- url 'https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz'
homepage 'https://github.com/frsyuki/mpio'
+ url 'https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz'
sha1 '2c75a7ad0d0e00e9463f768fa4b579626bf65096'
def install
- system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end