{
    "version": "5prealpha",
    "description": "Lightweight speech recognition engine, specifically tuned for handheld and mobile devices.",
    "homepage": "https://cmusphinx.github.io/",
    "license": "BSD-2-Clause",
    "depends": "sphinxbase",
    "url": "https://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/5prealpha/pocketsphinx-5prealpha-win32.zip",
    "hash": "sha1:5d0e7bf205b843f936c5867c3ebc9772002c27bb",
    "architecture": {
        "64bit": {
            "extract_dir": "pocketsphinx/bin/Release/x64"
        },
        "32bit": {
            "extract_dir": "pocketsphinx/bin/Release/Win32"
        }
    },
    "bin": [
        "pocketsphinx_continuous.exe",
        "pocketsphinx_batch.exe",
        "pocketsphinx_mdef_convert.exe"
    ],
    "checkver": {
        "url": "https://sourceforge.net/projects/cmusphinx/files/pocketsphinx/",
        "regex": "<span class=\"name\">([\\w]+)</span>"
    },
    "autoupdate": {
        "url": "https://downloads.sourceforge.net/project/cmusphinx/pocketsphinx/$version/pocketsphinx-$version-win32.zip"
    }
}
