summaryrefslogtreecommitdiff
path: root/homebrew/ccrypt/.beer
blob: 54a30b95e2a8cb8f3f4605d8db0eea17cb84b968 (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
{
    "name": "Ccrypt",
    "description": "Encrypt and decrypt files and streams",
    "url": "https://downloads.sourceforge.net/project/ccrypt/1.11/ccrypt-1.11.tar.gz",
    "mirror": null,
    "homepage": "https://ccrypt.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "ccat",
            "reason": "both install `ccat` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\",",
        "\"--with-lispdir=#{share}/emacs/site-lisp/ccrypt\"",
        "system \"make\", \"install\"",
        "system \"make\", \"check\""
    ],
    "version": "1.11",
    "file": "ccrypt.rb"
}