1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
require 'formula' class GitFtp < Formula homepage 'https://github.com/resmo/git-ftp' url 'https://github.com/resmo/git-ftp/tarball/0.8.0' sha1 '68368fbe74a11bab0f248f2a512f034a8d4b5133' head 'https://github.com/resmo/git-ftp.git' def install system "make", "prefix=#{prefix}", "install" end end tom+xml'/>