homebrew-core/Formula/git-ftp.rb

14 lines
321 B
Ruby

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