$ pwd
/Users/hidenori.matsuki/Creations/mazgi/homebrew-core
$ git remote -v
origin [email protected]:mazgi/homebrew-core.git (fetch)
origin [email protected]:mazgi/homebrew-core.git (push)
$ git log -1
commit 21edd87ef66064af8860f7593696dda18c88ad43
Author: Hidenori MATSUKI <[email protected]>
Date: Tue Nov 29 12:09:36 2016 +0900
lftp 4.7.4
Add modified version for OSX.
ref. https://github.com/lavv17/lftp/commit/f38a17745ef01e1bca9a3420995e193bf9768c7c
$ brew install --build-from-source ~/Creations/mazgi/homebrew-core/Formula/lftp.rb
==> Downloading https://lftp.yar.ru/ftp/lftp-4.7.4.tar.xz
Already downloaded: /Users/hidenori.matsuki/Library/Caches/Homebrew/lftp-4.7.4.tar.xz
==> ./configure --prefix=/usr/local/Cellar/lftp/4.7.4 --with-openssl=/usr/local/opt/openssl
==> make install
🍺 /usr/local/Cellar/lftp/4.7.4: 21 files, 2.5M, built in 1 minute 31 seconds
$ brew audit --strict lftp
$ echo $?
0