homebrew-core/Formula/git-ftp.rb
René Moser ef50cc9d75 git-ftp 0.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-08 06:55:33 -07: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.7.5'
sha1 'e893bcf1c3f67a54529b2d4a404f0e3b5bc7696f'
head 'https://github.com/resmo/git-ftp.git'
def install
system "make", "prefix=#{prefix}", "install"
end
end