homebrew-core/Formula/git-ftp.rb
René Moser 6ea1e11ce0 git-ftp 0.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-28 08:26:50 -07:00

13 lines
305 B
Ruby

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