summaryrefslogtreecommitdiff
path: root/homebrew/pinentry/.beer
blob: d30bb5d476529527fc90a702d5f8b4955774ef2c (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
38
39
40
41
42
{
    "name": "Pinentry",
    "description": "Passphrase entry dialog utilizing the Assuan protocol",
    "url": "https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2",
    "mirror": "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/pinentry/pinentry-1.1.0.tar.bz2",
    "homepage": "https://www.gnupg.org/related_software/pinentry/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libassuan",
            "build-depend": false
        },
        {
            "depend": "libgpg-error",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--prefix=#{prefix}",
        "--disable-pinentry-fltk",
        "--disable-pinentry-gnome3",
        "--disable-pinentry-gtk2",
        "--disable-pinentry-qt",
        "--disable-pinentry-qt5",
        "--disable-pinentry-tqt",
        "--enable-pinentry-tty",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.1.0",
    "file": "pinentry.rb"
}