summaryrefslogtreecommitdiff
path: root/homebrew/pamu2f/.beer
blob: c900fd589d8e3c76c873d8338a271217124ff5f5 (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
{
    "name": "PamU2f",
    "description": "Provides an easy way to use U2F-compliant authenticators with PAM",
    "url": "https://developers.yubico.com/pam-u2f/Releases/pam_u2f-1.0.7.tar.gz",
    "mirror": null,
    "homepage": "https://developers.yubico.com/pam-u2f/",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libu2f-host",
            "build-depend": false
        },
        {
            "depend": "libu2f-server",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"--install\"",
        "ENV[\"A2X\"] = \"#{Formula[\"asciidoc\"].opt_bin}/a2x --no-xmllint\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--with-pam-dir=#{lib}/pam\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.7",
    "file": "pam-u2f.rb"
}