summaryrefslogtreecommitdiff
path: root/homebrew/knownhosts/.beer
blob: 38bf1a50b4fcccde425ebaa3bdb5b217917271ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "KnownHosts",
    "description": "Command-line manager for known hosts",
    "url": "https://github.com/markmcconachie/known_hosts/archive/1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/markmcconachie/known_hosts",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.0",
    "file": "known_hosts.rb"
}