summaryrefslogtreecommitdiff
path: root/homebrew/gmailbackup/.beer
blob: 414d477960234b547f7979732dcf89a913b3e74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "GmailBackup",
    "description": "Backup and restore the content of your Gmail account",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gmail-backup-com/gmail-backup-20110307.tar.gz",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/gmail-backup-com/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "bin.install \"gmail-backup.py\" => \"gmail-backup\"",
        "libexec.install Dir[\"*\"]",
        "ENV.prepend_path \"PYTHONPATH\", libexec",
        "bin.env_script_all_files(libexec, :PYTHONPATH => ENV[\"PYTHONPATH\"])"
    ],
    "version": "20110307",
    "file": "gmail-backup.rb"
}