diff --git a/01-main/manifest b/01-main/manifest index 62534c69..e65269ea 100644 --- a/01-main/manifest +++ b/01-main/manifest @@ -179,6 +179,7 @@ obs-cli obsidian obs-studio ocenaudio +oculante onedriver onefetch onlyoffice-desktopeditors diff --git a/01-main/packages/oculante b/01-main/packages/oculante new file mode 100644 index 00000000..2fcf5a53 --- /dev/null +++ b/01-main/packages/oculante @@ -0,0 +1,10 @@ +DEFVER=1 +CODENAMES_SUPPORTED="bookworm bullseye buster trixie sid focal jammy kinetic lunar mantic noble" +get_github_releases "woelper/oculante" "latest" +if [ "${ACTION}" != "prettylist" ]; then + URL=$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4) + VERSION_PUBLISHED=$(cut -d'/' -f8 <<<"${URL}" | tr -d v) +fi +PRETTY_NAME="Oculante" +WEBSITE="https://github.com/woelper/oculante" +SUMMARY="A fast and simple image viewer / editor for many operating systems"