2012-02-09 22:30:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitFtp < Formula
|
|
|
|
homepage 'https://github.com/resmo/git-ftp'
|
2012-06-23 22:46:55 +00:00
|
|
|
url 'https://github.com/resmo/git-ftp/tarball/0.8.0'
|
|
|
|
sha1 '68368fbe74a11bab0f248f2a512f034a8d4b5133'
|
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
|