summaryrefslogtreecommitdiff
path: root/homebrew/fonflashcli/.beer
blob: 732434d1775a0cc2db9963f13a190753a08cab1c (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": "FonFlashCli",
    "description": "Flash La Fonera and Atheros chipset compatible devices",
    "url": "https://www.gargoyle-router.com/downloads/src/gargoyle_1.10.0-src.tar.gz",
    "mirror": null,
    "homepage": "https://www.gargoyle-router.com/wiki/doku.php?id=fon_flash",
    "depends": [
        {
            "depend": "macos",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"fon-flash\" do",
        "system \"make\", \"fon-flash\"",
        "bin.install \"fon-flash\""
    ],
    "version": "1.10.0",
    "file": "fon-flash-cli.rb"
}