summaryrefslogtreecommitdiff
path: root/homebrew/ired/.beer
blob: b3da2839b8353290a42423911fe121b8e4534048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Ired",
    "description": "Minimalistic hexadecimal editor designed to be used in scripts",
    "url": "https://github.com/radare/ired/archive/0.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/radare/ired",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.6",
    "file": "ired.rb"
}