https://github.com/ibhagwan/megasync-template
MEGAsync xbps-src void linux template
https://github.com/ibhagwan/megasync-template
Last synced: 8 months ago
JSON representation
MEGAsync xbps-src void linux template
- Host: GitHub
- URL: https://github.com/ibhagwan/megasync-template
- Owner: ibhagwan
- Created: 2020-08-07T20:33:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T14:52:27.000Z (8 months ago)
- Last Synced: 2025-02-12T15:51:29.231Z (8 months ago)
- Size: 14.6 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Void Linux template file for xbps-src
This package is primarily maintained on [cereus-pkgs](https://codeberg.org/cereus-linux/cereus-pkgs/src/branch/master/srcpkgs/megasync) repository but it's mirrored here too for Void Linux users convenience.
Instructions for building latest `megasync` on Void Linux using `xbps-src`:
1. Setup the `void-packages` repo:
```sh
❯ 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
```2. Clone the template repo into `srcpkgs`:
```sh
❯ git clone https://github.com/ibhagwan/megasync-template.git ./srcpkgs/megasync
```3. Build & install the package:
```sh
❯ ./xbps-src pkg megasync
❯ sudo xbps-install --repository=hostdir/binpkgs/nonfree megasync
```