summaryrefslogtreecommitdiff
path: root/homebrew/rig/.beer
blob: 7d721ce051d14398fc527a2480ef24b62e58014d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Rig",
    "description": "Provides fake name and address data",
    "url": "https://downloads.sourceforge.net/project/rig/rig/1.11/rig-1.11.tar.gz",
    "mirror": null,
    "homepage": "https://rig.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"rig\"",
        "pkgshare.install Dir[\"data/*\"]"
    ],
    "version": "1.11",
    "file": "rig.rb"
}