Skip to content

Commit

Permalink
isynx: Add PassCommand patch HEAD
Browse files Browse the repository at this point in the history
This allows for keeping the main configuration file in a public
repository without compromising (or prompting for) passwords. See
<http:https://sourceforge.net/p/isync/patches/12/>.

Closes Homebrew#21160.

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
zakj authored and adamv committed Jul 19, 2013
1 parent 687495c commit aa0ba6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Library/Formula/isync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ class Isync < Formula
depends_on :automake
end

def patches
# Add "PassCommand" config:
# http:https://sourceforge.net/p/isync/patches/12/
"http:https://sourceforge.net/p/isync/patches/_discuss/thread/17e52692/e059/attachment/passcommand.patch"
end if build.head?

def install
system "touch", "ChangeLog" if build.head?
system "./autogen.sh" if build.head?
Expand Down

0 comments on commit aa0ba6a

Please sign in to comment.