summaryrefslogtreecommitdiff
path: root/homebrew/bvi/.beer
blob: f9c3111f4ef6fcf8e5c589c1d310dceac724074b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Bvi",
    "description": "Vi-like binary file (hex) editor",
    "url": "https://downloads.sourceforge.net/bvi/bvi-1.4.0.src.tar.gz",
    "mirror": null,
    "homepage": "https://bvi.sourceforge.io",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.0",
    "file": "bvi.rb"
}