summaryrefslogtreecommitdiff
path: root/homebrew/pass/.beer
blob: 8fb234b9779dfe6e93f01e580a4d8e5f8e2ffc33 (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
{
    "name": "Pass",
    "description": "Password manager",
    "url": "https://git.zx2c4.com/password-store/snapshot/password-store-1.7.3.tar.xz",
    "mirror": null,
    "homepage": "https://www.passwordstore.org/",
    "depends": [
        {
            "depend": "gnu-getopt",
            "build-depend": false
        },
        {
            "depend": "gnupg",
            "build-depend": false
        },
        {
            "depend": "qrencode",
            "build-depend": false
        },
        {
            "depend": "tree",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\", \"WITH_ALLCOMP=yes\", \"BASHCOMPDIR=#{bash_completion}\", \"ZSHCOMPDIR=#{zsh_completion}\", \"FISHCOMPDIR=#{fish_completion}\", \"install\"",
        "inreplace \"#{bin}/pass\", /^SYSTEM_EXTENSION_DIR=.*$/, \"SYSTEM_EXTENSION_DIR=\\\"#{HOMEBREW_PREFIX}/lib/password-store/extensions\\\"\"",
        "elisp.install \"contrib/emacs/password-store.el\"",
        "pkgshare.install \"contrib\""
    ],
    "version": "1.7.3",
    "file": "pass.rb"
}