summaryrefslogtreecommitdiff
path: root/homebrew/gnupgpkcs11scd/.beer
blob: 3522f5440bceee3b58dfe5fc57a9f499b650a815 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "name": "GnupgPkcs11Scd",
    "description": "Enable the use of PKCS#11 tokens with GnuPG",
    "url": "https://github.com/alonbl/gnupg-pkcs11-scd/releases/download/gnupg-pkcs11-scd-0.9.2/gnupg-pkcs11-scd-0.9.2.tar.bz2",
    "mirror": null,
    "homepage": "https://gnupg-pkcs11.sourceforge.io",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libassuan",
            "build-depend": false
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        },
        {
            "depend": "libgpg-error",
            "build-depend": false
        },
        {
            "depend": "pkcs11-helper",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--with-libgpg-error-prefix=#{Formula[\"libgpg-error\"].opt_prefix}\",",
        "\"--with-libassuan-prefix=#{Formula[\"libassuan\"].opt_prefix}\",",
        "\"--with-libgcrypt-prefix=#{Formula[\"libgcrypt\"].opt_prefix}\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.2",
    "file": "gnupg-pkcs11-scd.rb"
}