summaryrefslogtreecommitdiff
path: root/homebrew/mp3unicode/.beer
blob: 4dcb1f3a071e429532f6563810c3940df023f95a (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
25
26
27
28
29
30
31
32
33
34
35
36
{
    "name": "Mp3unicode",
    "description": "Command-line utility to convert mp3 tags between different encodings",
    "url": "https://github.com/downloads/alonbl/mp3unicode/mp3unicode-1.2.1.tar.bz2",
    "mirror": null,
    "homepage": "https://mp3unicode.sourceforge.io/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "taglib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"ICONV_LIBS\", \"-liconv\"",
        "system \"autoreconf\", \"-fvi\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2.1",
    "file": "mp3unicode.rb"
}