2012-02-09 22:30:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitFtp < Formula
|
|
|
|
homepage 'https://github.com/resmo/git-ftp'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/resmo/git-ftp/archive/0.8.1.tar.gz'
|
|
|
|
sha1 '073040fd59b838c68499b98cc98bfd01a9feff09'
|
2012-02-27 10:23:39 +00:00
|
|
|
|
2012-02-09 22:30:45 +00:00
|
|
|
head 'https://github.com/resmo/git-ftp.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "prefix=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|