Skip to content

Commit

Permalink
add mucommander
Browse files Browse the repository at this point in the history
  • Loading branch information
silentJET85 authored and flexiondotorg committed Dec 30, 2024
1 parent cf3cd01 commit b3f862f
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 @@ -170,6 +170,7 @@ motrix
mpdevil
mqttx
ms-365-electron
mucommander
mullvad-browser
mullvad-vpn
multimc
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/mucommander
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "mucommander/mucommander" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d '"' -f 4)"
VERSION_PUBLISHED="$(cut -d '/' -f 8 <<< "${URL}")"
fi
PRETTY_NAME="muCommander"
WEBSITE="https://www.mucommander.com/"
SUMMARY="a lightweight, cross-platform file manager"

0 comments on commit b3f862f

Please sign in to comment.