the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: git-ftp
Version: 0.5.1
Revision: 23.1
Description: Git powered FTP client
DescDetail: <<
git-ftp allows you to transfer only changed files in a git
branch over ftp.
<<
License: GPL3
Homepage: https://github.com/resmo/git-ftp
Maintainer: Daniel Johnson
#From commit g4346bbc from https://github.com/resmo/git-ftp
Source: http://homepage.mac.com/danielj7/resmo-%n-%v-23-g4346bbc.tar.gz
Source-MD5: 019feb3325c1282e4c9fc8a3bcd42a42
SourceDirectory: resmo-%n-4346bbc
Depends: git, curl
CompileScript: true
InstallScript: <<
make install prefix=%i
mkdir -p %i/lib/git-core
cd %i/lib/git-core && ln -s ../../bin/git-ftp
<<
DocFiles: AUTHORS LICENSE README.md man/git-ftp.1.md