This package is primarily maintained on cereus-pkgs repository but it's mirrored here too for Void Linux users convenience.
Instructions for building latest megasync
on Void Linux using xbps-src
:
- Setup the
void-packages
repo:
❯ git clone --depth=1 https://github.com/void-linux/void-packages
❯ cd void-packages
❯ ./xbps-src binary-bootstrap
❯ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
- Clone the template repo into
srcpkgs
:
❯ git clone https://github.com/ibhagwan/megasync-template.git ./srcpkgs/megasync
- Build & install the package:
❯ ./xbps-src pkg megasync
❯ sudo xbps-install --repository=hostdir/binpkgs/nonfree megasync