summaryrefslogtreecommitdiff
path: root/homebrew/mobiledevice/.beer
blob: 1c61305a70aa508472550b82763a865c518ec991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Mobiledevice",
    "description": "CLI for Apple",
    "url": "https://github.com/imkira/mobiledevice/archive/v2.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/imkira/mobiledevice",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/imkira/mobiledevice/pull/20.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "(buildpath/\"symlink_framework.sh\").chmod 0555",
        "system \"make\", \"install\", \"CC=#{ENV.cc}\", \"PREFIX=#{prefix}\""
    ],
    "version": "2.0.0",
    "file": "mobiledevice.rb"
}