summaryrefslogtreecommitdiff
path: root/homebrew/gnupgat14/.beer
blob: 884682c13778901e4bf84dd466332b76fe5de282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "name": "GnupgAT14",
    "description": "GNU Pretty Good Privacy (PGP) package",
    "url": "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2",
    "mirror": "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.23.tar.bz2",
    "homepage": "https://www.gnupg.org/",
    "depends": [
        {
            "depend": "curl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--prefix=#{prefix}",
        "--disable-asm",
        "--program-suffix=1",
        "--with-libusb=no",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"check\"",
        "[bin, libexec/\"gnupg\"].each(&:mkpath)",
        "system \"make\", \"install\"",
        "inreplace bin/\"gpg-zip1\", \"GPG=gpg\", \"GPG=gpg1\"",
        "%w[curl finger hkp ldap].each do |cmd|",
        "cmd.prepend(\"gpgkeys_\")",
        "(libexec/\"gnupg\").install_symlink (cmd + \"1\") => cmd"
    ],
    "version": "1.4.23",
    "file": "gnupg@1.4.rb"
}