summaryrefslogtreecommitdiff
path: root/homebrew/id3v2/.beer
blob: 1f460a4a7b9561df3901461ca0a5d3999b1ab042 (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": "Id3v2",
    "description": "Command-line editor",
    "url": "https://downloads.sourceforge.net/project/id3v2/id3v2/0.1.12/id3v2-0.1.12.tar.gz",
    "mirror": null,
    "homepage": "https://id3v2.sourceforge.io/",
    "depends": [
        {
            "depend": "id3lib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"clean\"",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.1.12",
    "file": "id3v2.rb"
}