DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf"
CODENAMES_SUPPORTED="bullseye bookworm trixie sid focal jammy noble oracular plucky"
local RELEASE
local ID="${UPSTREAM_ID^}"
case "${UPSTREAM_CODENAME}" in
	${DEBIAN_TESTING}) RELEASE="Testing";;
				  sid) RELEASE="Unstable";;
				    *) RELEASE="${UPSTREAM_RELEASE}";;
esac
ASC_KEY_URL="https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/${ID/Ub/xUb}_${RELEASE}/Release.key"
APT_LIST_NAME="onedrive"
APT_REPO_URL="https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/${ID/Ub/xUb}_${RELEASE}/ /"
APT_REPO_OPTIONS="arch=${HOST_ARCH}"
PRETTY_NAME="OneDrive"
WEBSITE="https://abraunegg.github.io/"
SUMMARY="A free Microsoft OneDrive Client that seamlessly supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint Libraries."
