DEFVER=1
CODENAMES_SUPPORTED="bookworm jammy noble oracular"
get_github_releases "input-leap/input-leap" "latest"
if [ "${ACTION}" != prettylist ]; then
    URL="$(grep -m 1 "browser_download_url.*${UPSTREAM_ID/ubuntu/ubuntu_}${UPSTREAM_RELEASE/./-}_amd64\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
    VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="Input Leap"
WEBSITE="https://github.com/input-leap/input-leap"
SUMMARY="InputLeap allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux."
