Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add oculante #1150

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ obs-cli
obsidian
obs-studio
ocenaudio
oculante
onedriver
onefetch
onlyoffice-desktopeditors
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/oculante
Original file line number Diff line number Diff line change
@@ -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"