diff options
Diffstat (limited to 'Library/Formula/dash.rb')
| -rw-r--r-- | Library/Formula/dash.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb index 098c549a6..8fa4e0d74 100644 --- a/Library/Formula/dash.rb +++ b/Library/Formula/dash.rb @@ -1,14 +1,14 @@ require 'formula' class Dash <Formula - @url='http://ftp.debian.org/debian/pool/main/d/dash/dash_0.5.5.1.orig.tar.gz' - @homepage='http://packages.debian.org/sid/dash' - @md5='7ac832b440b91f5a52cf8eb68e172616' - @version='0.5.5.1' + url 'http://ftp.debian.org/debian/pool/main/d/dash/dash_0.5.5.1.orig.tar.gz' + homepage 'http://packages.debian.org/sid/dash' + md5 '7ac832b440b91f5a52cf8eb68e172616' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", - "--with-libedit" + system "./configure", "--disable-debug", + "--prefix=#{prefix}", + "--with-libedit" system "make" system "make install" end |
