summaryrefslogtreecommitdiff
path: root/homebrew/vpcs/.beer
blob: 7480be72d60962e842992259e759f14b1430f0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Vpcs",
    "description": "Virtual PC simulator for testing IP routing",
    "url": "https://downloads.sourceforge.net/project/vpcs/0.8/vpcs-0.8-src.tbz",
    "mirror": null,
    "homepage": "https://vpcs.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"src\" do",
        "system \"make\", \"-f\", \"Makefile.osx\"",
        "bin.install \"vpcs\""
    ],
    "version": "0.8",
    "file": "vpcs.rb"
}