aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Aliases/gpg2
AgeCommit message (Collapse)Author
2012-02-17Gpg2: Fix broken aliasCharlie Sharpsteen
Was pointing to a non-existant `gnupg2` file instead of `gnupg2.rb`. Fixes #10261.
2011-12-17New formula: gnupg2Jack Nagel
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>