aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Aliases
diff options
context:
space:
mode:
authorJack Nagel2011-12-17 14:50:50 -0600
committerJack Nagel2011-12-17 17:24:43 -0600
commite84bc65e938beda3bcbf0e3d931557e379f83ac6 (patch)
tree68fec7ab0722dc2b564395ebb9453e379a1dce9a /Library/Aliases
parentbe8c650cbb8b7973a91e4ab1c466a52478d63a69 (diff)
downloadhomebrew-e84bc65e938beda3bcbf0e3d931557e379f83ac6.tar.bz2
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>
Diffstat (limited to 'Library/Aliases')
l---------Library/Aliases/gpg21
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Aliases/gpg2 b/Library/Aliases/gpg2
new file mode 120000
index 000000000..5e3dd408b
--- /dev/null
+++ b/Library/Aliases/gpg2
@@ -0,0 +1 @@
+../Formula/gnupg2 \ No newline at end of file