summaryrefslogtreecommitdiff
path: root/homebrew/bgrep/.beer
blob: 0704f521725b54e909579db168c70aa689ddb72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Bgrep",
    "description": "Like grep but for binary strings",
    "url": "https://github.com/tmbinc/bgrep/archive/bgrep-0.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/tmbinc/bgrep",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system ENV.cc, ENV.cflags, \"-o\", \"bgrep\", \"bgrep.c\"",
        "bin.install \"bgrep\""
    ],
    "version": "0.2",
    "file": "bgrep.rb"
}