Source: megacmd Section: utils Maintainer: Josenilson Ferreira da Silva Build-Depends: debhelper-compat (= 13), autoconf, autoconf-archive, cmake, curl, git, libavcodec-dev (>= 7:6.0), libavformat-dev (>= 7:6.0), libavutil-dev (>= 7:6.0), libc-ares-dev, libcrypto++-dev, libfreeimage-dev, libfuse3-dev, libglib2.0-dev, libicu-dev, libmediainfo-dev, libreadline-dev, libsodium-dev, libsqlite3-dev, libswresample-dev (>= 7:6.0), libswscale-dev (>= 7:6.0), libuv1-dev, libzen-dev, pkgconf, python3, zlib1g-dev Build-Depends-Indep: dh-sequence-mkdocs , mkdocs , mkdocs-gen-files , mkdocs-literate-nav , mkdocs-macros-plugin , mkdocs-material , mkdocs-section-index , procps Standards-Version: 4.7.3 Homepage: https://github.com/meganz/MEGAcmd Vcs-Git: https://salsa.debian.org/debian/megacmd.git Vcs-Browser: https://salsa.debian.org/debian/megacmd Package: megacmd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: megasdk-dev, megacmd-doc Description: Command line application MEGAcmd is a command-line interface (CLI) package developed by MEGA Limited that allows interaction with the MEGA cloud storage service directly from the terminal. It offers comprehensive functionality for accessing, synchronizing, uploading, and downloading files from your MEGA account, as well as managing remote and local folders. . Key features include: - Uploading and downloading files and folders to and from the MEGA cloud. - Synchronizing local directories with the cloud. - Remote access and browsing of MEGA directories via commands. - File sharing via public links. - Account and session management. . MEGAcmd also offers an interactive mode and can be used in scripts, facilitating task automation in environments without a graphical interface. It is a powerful tool for advanced users who want to integrate MEGA into their terminal workflow. . To start using MEGAcmd, launch the server with: mega-cmd-server & and log in with: mega-login . More detailed instructions are available in /usr/share/doc/megacmd/README.Debian. Package: megacmd-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${mkdocs:Depends} Description: Command line application (common documentation) MEGAcmd is a command-line interface (CLI) package developed by MEGA Limited that allows interaction with the MEGA cloud storage service directly from the terminal. It offers comprehensive functionality for accessing, synchronizing, uploading, and downloading files from your MEGA account, as well as managing remote and local folders. . Key features include: - Uploading and downloading files and folders to and from the MEGA cloud. - Synchronizing local directories with the cloud. - Remote access and browsing of MEGA directories via commands. - File sharing via public links. - Account and session management. . MEGAcmd also offers an interactive mode and can be used in scripts, facilitating task automation in environments without a graphical interface. It is a powerful tool for advanced users who want to integrate MEGA into their terminal workflow. . This package installs the common documentation package. Package: megasdk-dev Section: libdevel Architecture: any Depends: ${misc:Depends} Description: MEGA SDK - Client Access Engine MEGA — The Privacy Company — provides Secure Cloud Storage with end-to-end encryption. This SDK allows integration with MEGA's services, featuring User Controlled Encryption (UCE) where users hold their own encryption keys. . The SDK enables developers to create custom clients or analyze MEGA's security. It includes low-level APIs, language bindings, and example apps for multiple platforms (Android, Linux, iOS, macOS, Windows). . Key features: - FUSE integration for filesystem-like access to encrypted cloud storage - Comprehensive API for all MEGA functionalities - Cross-platform support with C++ core and multiple language bindings - Includes command-line tools (megacli and MEGAcmd) for scripting/automation - End-to-end encrypted transfers and client-side encryption . The SDK is built using CMake and supports integration with various programming languages through SWIG-generated binding.