Skip to content

Commit

Permalink
feat: add Filen Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford authored and flexiondotorg committed Dec 30, 2024
1 parent 6ca68d5 commit 905db15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ fd
fedistar
ferdium
figma-linux
filen
filezilla-theme-papirus
firefox
firefox-beta
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/filen
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "FilenCloudDienste/filen-desktop" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep -E "browser_download_url.*_${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)"
VERSION_PUBLISHED=$(cut -d'/' -f8 <<<"${URL}" | tr -d v)
fi
PRETTY_NAME="Filen Desktop"
WEBSITE="https://filen.io/"
SUMMARY="Filen Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more"

0 comments on commit 905db15

Please # to comment.