summaryrefslogtreecommitdiff
path: root/homebrew/f3/.beer
blob: 1a5500a2a14d449248969b7bf029042094bb8d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "F3",
    "description": "Test various flash cards",
    "url": "https://github.com/AltraMayor/f3/archive/v7.1.tar.gz",
    "mirror": null,
    "homepage": "http://oss.digirati.com.br/f3/",
    "depends": [
        {
            "depend": "argp-standalone",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"all\", \"ARGP=#{Formula[\"argp-standalone\"].opt_prefix}\"",
        "bin.install %w[f3read f3write]",
        "man1.install \"f3read.1\"",
        "man1.install_symlink \"f3read.1\" => \"f3write.1\""
    ],
    "version": "7.1",
    "file": "f3.rb"
}