NcFTP 3.2.3 formula
This commit is contained in:
parent
38fd391f31
commit
6f8c2dbb45
1 changed files with 13 additions and 0 deletions
13
Formula/ncftp.rb
Normal file
13
Formula/ncftp.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Ncftp <Formula
|
||||
@homepage='http://www.ncftp.com'
|
||||
@url='ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz'
|
||||
@md5='f08238032ab247aa78f935edfc4db9fb'
|
||||
|
||||
def install
|
||||
system "./configure --disable-universal --disable-precomp --prefix='#{prefix}'"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue