homebrew-core/Formula/git-ftp.rb
René Moser 36dbfad790 git-ftp 0.8.1
Closes Homebrew/homebrew#14297.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:43:03 -05:00

13 lines
314 B
Ruby

require 'formula'
class GitFtp < Formula
homepage 'https://github.com/resmo/git-ftp'
url 'https://github.com/resmo/git-ftp/tarball/0.8.1'
sha1 '4dd690b08d547e1927213efeb6fc2702459a9e94'
head 'https://github.com/resmo/git-ftp.git'
def install
system "make", "prefix=#{prefix}", "install"
end
end