summaryrefslogtreecommitdiff
path: root/homebrew/iphotoexport/.beer
blob: c8c3aade27fe60ef1ff43f0cde2cc1f59daa7345 (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
{
    "name": "Iphotoexport",
    "description": "Export and synchronize iPhoto library to a folder tree",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/iphotoexport/iphotoexport-1.6.4.zip",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/iphotoexport/",
    "depends": [
        {
            "depend": "exiftool",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "unzip_dir = \"#{name}-#{version}\"",
        "inreplace \"#{unzip_dir}/tilutil/exiftool.py\", \"/usr/bin/exiftool\", \"exiftool\"",
        "prefix.install Dir[\"#{unzip_dir}/*\"]",
        "bin.install_symlink prefix+\"iphotoexport.py\" => \"iphotoexport\""
    ],
    "version": "1.6.4",
    "file": "iphotoexport.rb"
}