summaryrefslogtreecommitdiff
path: root/homebrew/rancid/.beer
blob: 8c0fb0692dbaf36a2c7b5019b1a3baed6c35415a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Rancid",
    "description": "Really Awesome New Cisco confIg Differ",
    "url": "ftp://ftp.shrubbery.net/pub/rancid/rancid-3.7.tar.gz",
    "mirror": "https://deb.debian.org/debian/pool/main/r/rancid/rancid_3.8.orig.tar.gz",
    "homepage": "https://www.shrubbery.net/rancid/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "par",
            "reason": "both install `par` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--exec-prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.7",
    "file": "rancid.rb"
}