summaryrefslogtreecommitdiff
path: root/homebrew/aescrypt/.beer
blob: b493ed6dd1c2aa029e6d20083aa52d08ce83c624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Aescrypt",
    "description": "Program for encryption/decryption",
    "url": "https://aescrypt.sourceforge.io/aescrypt-0.7.tar.gz",
    "mirror": null,
    "homepage": "https://aescrypt.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\"",
        "system \"make\"",
        "bin.install \"aescrypt\", \"aesget\""
    ],
    "version": "0.7",
    "file": "aescrypt.rb"
}