mpio: style nits
This commit is contained in:
parent
6555d71fe4
commit
ad02dc75e8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue