summaryrefslogtreecommitdiff
path: root/homebrew/bpmtools/.beer
blob: f38f90b19f94a791ac573889f5c168f55efd1801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "BpmTools",
    "description": "Detect tempo of audio files using beats-per-minute (BPM)",
    "url": "https://www.pogo.org.uk/~mark/bpm-tools/releases/bpm-tools-0.3.tar.gz",
    "mirror": null,
    "homepage": "https://www.pogo.org.uk/~mark/bpm-tools/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"bpm\""
    ],
    "version": "0.3",
    "file": "bpm-tools.rb"
}