{
    "##": "Using installer instead of portable ZIP for bundled GTK+ (required for pidgin to run properly)",
    "version": "2.14.14",
    "description": "Universal instant messaging program supporting AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, MXit, Novell GroupWise Messenger, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr",
    "homepage": "https://pidgin.im/",
    "license": "GPL-2.0-or-later",
    "url": "https://downloads.sourceforge.net/project/pidgin/Pidgin/2.14.14/pidgin-2.14.14-offline.exe#/dl.7z",
    "hash": "7551389982bd9a85991df7436ca1776e68bdc057374c03e8018173e95162bc84",
    "env_set": {
        "PURPLEHOME": "$dir"
    },
    "bin": "pidgin.exe",
    "pre_install": [
        "if ($env:PIDGINLANG -eq $null) {$env:PIDGINLANG = 'en'}",
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\gtk.zip\" \"$dir\"",
        "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
    ],
    "shortcuts": [
        [
            "pidgin.exe",
            "Pidgin IM"
        ]
    ],
    "persist": ".purple",
    "checkver": {
        "url": "https://sourceforge.net/projects/pidgin/files/Pidgin/",
        "regex": "files/Pidgin/([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://downloads.sourceforge.net/project/pidgin/Pidgin/$version/pidgin-$version-offline.exe#/dl.7z",
        "hash": {
            "url": "$url.sha256sum",
            "regex": "$sha256"
        }
    }
}
