summaryrefslogtreecommitdiff
path: root/homebrew/lastpasscli/.beer
blob: aa0cadfb8421b586402ae067341e9051f4619324 (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": "LastpassCli",
    "description": "LastPass command-line interface tool",
    "url": "https://github.com/lastpass/lastpass-cli/releases/download/v1.3.3/lastpass-cli-1.3.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/lastpass/lastpass-cli",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "docbook-xsl",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "curl",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pinentry",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = etc/\"xml/catalog\"",
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args, \"-DCMAKE_INSTALL_MANDIR:PATH=#{man}\"",
        "system \"make\", \"all\", \"lpass-test\", \"test\", \"install\", \"install-doc\""
    ],
    "version": "1.3.3",
    "file": "lastpass-cli.rb"
}