Commit Graph

4 Commits (913330450cac089d197cac245500fe9fac013eb1)

Author SHA1 Message Date
Adam Vandenberg 45c928278d gnupg2: move patch notes up 2012-03-17 12:07:12 -07:00
Jack Nagel 560ec8ea92 gnupg2: specify path to gpg-agent
We disable building the agent program and provide it as a separate
gpg-agent package so that gnupg 1.x can use it as well. However, gpg2
still tries to find the agent in its own keg if it isn't already
running; that is, if the user hasn't done something like

    eval $(gpg-agent --daemon)

Using --with-agent-pgm, we can tell gpg2 to look in HOMEBREW_PREFIX/bin
for the agent instead.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-03 17:52:58 -06:00
Jack Nagel 353000f675 gnupg2: add patch to fix libcurl detection
Also move the patch comments into DATA for context.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17 23:58:34 -06:00
Jack Nagel 7cdef67cdd New formula: gnupg2
gnupg2 is designed coexist with gnupg 1.x. The formula contains a patch
to keep things like documentation and language data from conflicting
with gnupg 1.x by namespacing everything as 'gnupg2'.

gpg-agent is currently an external package in Homebrew, as it can also
be used with gnupg 1.x; so in the formula we disable building the agent
and declare a dependency on it instead.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17 17:24:43 -06:00