Skip to content

Instantly share code, notes, and snippets.

@mazgi
Created November 29, 2016 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazgi/475c8c772940b042979437797e81c621 to your computer and use it in GitHub Desktop.
Save mazgi/475c8c772940b042979437797e81c621 to your computer and use it in GitHub Desktop.
Homebrew LFTP
$ pwd
/Users/hidenori.matsuki/Creations/mazgi/homebrew-core
$ git remote -v
origin	git@github.com:mazgi/homebrew-core.git (fetch)
origin	git@github.com:mazgi/homebrew-core.git (push)
$ git log -1
commit 21edd87ef66064af8860f7593696dda18c88ad43
Author: Hidenori MATSUKI <MATSUKI.Hidenori@gmail.com>
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment