Skip to content
Open
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 @@ -253,6 +253,7 @@ onlyoffice-desktopeditors
openaudible
openrazer-meta
openrgb
openwork
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
openwork
open-work

The definition filename and manifest entry must exactly match the application name

 apt info ./openwork-desktop-linux-amd64.deb 
Package: open-work

opera-stable
os-agent
ov
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/openwork
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file must be named 'open-work'

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "different-ai/openwork" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*openwork-desktop-linux-${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
Comment on lines +4 to +5
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*openwork-desktop-linux-${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*openwork-desktop-linux-${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)

VERSION_PUBLISHED=$(echo "${URL}" | cut -d'/' -f8 | tr -d v)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VERSION_PUBLISHED=$(echo "${URL}" | cut -d'/' -f8 | tr -d v)
VERSION_PUBLISHED=$( cut -d '/' -f 8 <<< "${URL//v/}")

fi
PRETTY_NAME="OpenWork"
WEBSITE="https://openwork.software/"
SUMMARY="Open-source alternative to Claude Cowork built for teams."
Loading