summaryrefslogtreecommitdiff
path: root/homebrew/abcmidi/.beer
blob: bd137a4f8d399bd511fb70c14e5ba9afb2132a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Abcmidi",
    "description": "Converts abc music notation files to MIDI files",
    "url": "https://ifdo.ca/~seymour/runabc/abcMIDI-2019.02.08.zip",
    "mirror": null,
    "homepage": "https://www.ifdo.ca/~seymour/runabc/top.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "rm \"makefile\"",
        "system \"./configure\", \"--disable-debug\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "2019.02.08",
    "file": "abcmidi.rb"
}