DEFVER=1
get_github_releases "AntiMicroX/antimicrox"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*${HOST_CPU}\.deb\"" "${CACHE_FILE}" | grep -v -e '\-rc\/anti' | head -n1 | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8)"
fi
PRETTY_NAME="AntiMicroX"
WEBSITE="https://antimicrox.github.io/"
SUMMARY="A graphical program used to map keyboard buttons and mouse controls to a gamepad."
