summaryrefslogtreecommitdiff
path: root/homebrew/dmg2img/.beer
blob: a6715f52fbabc9cf3795d3048f92e20635cf383d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Dmg2img",
    "description": "Utilities for converting macOS DMG images",
    "url": "http://vu1tur.eu.org/tools/dmg2img-1.6.7.tar.gz",
    "mirror": null,
    "homepage": "http://vu1tur.eu.org/tools/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"dmg2img\"",
        "bin.install \"vfdecrypt\""
    ],
    "version": "1.6.7",
    "file": "dmg2img.rb"
}