2012-02-09 22:30:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitFtp < Formula
|
|
|
|
homepage 'https://github.com/resmo/git-ftp'
|
2012-08-19 20:33:53 +00:00
|
|
|
url 'https://github.com/resmo/git-ftp/tarball/0.8.1'
|
|
|
|
sha1 '4dd690b08d547e1927213efeb6fc2702459a9e94'
|
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
|