Search Criteria
Package Details: megacmd 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/megacmd.git (read-only, click to copy) |
---|---|
Package Base: | megacmd |
Description: | MEGA Command Line Interactive and Scriptable Application |
Upstream URL: | https://github.com/meganz/MEGAcmd |
Keywords: | cli cloud mega |
Licenses: | LicenseRef-megacmd |
Submitter: | RX14 |
Maintainer: | ChrisLane |
Last Packager: | ChrisLane |
Votes: | 15 |
Popularity: | 0.068947 |
First Submitted: | 2020-07-20 00:23 (UTC) |
Last Updated: | 2025-03-25 14:46 (UTC) |
Dependencies (13)
- c-ares (c-ares-gitAUR)
- crypto++ (crypto++-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- icu (icu-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libuv (libuv-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre
- readline (readline-gitAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
ChrisLane commented on 2025-03-25 14:51 (UTC)
Thanks @lilydjwg, I've used your PKGBUILD as a basis for updating this one. I did choose to update CMakeLists.txt to link PCRE and zlib instead of overriding any LDFLAGS people may have in /etc/makepkg.conf.
@crabvk sorry for the slow update, I've been busy with other things since receiving the assistance from @lilydjwg. If either of you would like to be added to the maintainers list then please let me know.
crabvk commented on 2025-03-25 06:26 (UTC)
@ChrisLane
Hi. If you no longer wish to update the package, please disown it.
lilydjwg commented on 2025-03-20 11:40 (UTC)
Hi, I have a working PKGBUILD for v2.0.0: https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/megacmd/PKGBUILD
I've disabled freeimage dep because https://archlinux.org/todo/drop-freeimage/.
ChrisLane commented on 2025-02-23 00:03 (UTC)
To be honest, I don't think I'm familiar enough with cmake to update this package to v2.0.0 nor do I have the time to figure it out.
If anyone else wants to take a stab at it, please be my guest.
tiziodcaio commented on 2024-07-01 16:41 (UTC)
Might be interesting use cmake instead of gmake?
justbispo commented on 2024-07-01 11:22 (UTC) (edited on 2024-07-01 11:47 (UTC) by justbispo)
On line 24
cd "MEGAcmd-${pkgver}_Linux"
fails because that directory is inside thesrc
directory. The line is missing$srcdir
, same for lines 34 and 42.Edit: those 3 lines are also missing
Arch
. It should becd "${srcdir}/MEGAcmd-${pkgver}_ArchLinux"
.ChrisLane commented on 2023-11-20 09:41 (UTC)
@MatthieuL
As per the wiki: https://wiki.archlinux.org/title/PKGBUILD
automake is a dependency of base-devel.
MatthieuL commented on 2023-11-18 16:42 (UTC)
automake should be added as a make dependency, building fails if it's not installed
Moelf commented on 2023-10-19 20:58 (UTC) (edited on 2023-10-19 20:58 (UTC) by Moelf)
you may need this hack https://github.com/meganz/MEGAcmd/issues/897#issuecomment-1763888551
if you run into
mega-cmd-server: error while loading shared libraries: libsodium.so.23:
nipsky commented on 2023-03-15 12:11 (UTC)
Hi, trying to build the current version on a Raspberry Pi 4 (armv7h) results in an error:
1 2 3 4 5 Next › Last »