Add dash formula (0.5.5.1)
This commit is contained in:
parent
b245dbbb74
commit
90e7fe48dd
1 changed files with 15 additions and 0 deletions
15
Formula/dash.rb
Normal file
15
Formula/dash.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
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'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug",
|
||||
"--with-libedit"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue