Template file for monero for Void Linux distribution.
| files/monerod | init | |
| patches | init | |
| README.md | init | |
| template | monero: update to 0.18.4.6 | |
monero
Template file for monero for Void Linux distribution.
This template is just a updated version of the original template maintained by kevcrumb which is removed due to Void Linux policy of not accepting cryptocurrency-related package.
This README.md template from kveld9.
Installation steps.
- Download this repo as a zip.
- Extract the content.
- Move the folder to
void-packages/srcpkgs. - Symlink
void-packages/srcpkgs/monerotovoid-packages/srcpkgs/monero-devel. - Execute
./xbps-src pkg -j$(nproc) monero. # remember to stay in the void-packages directory. - Install the package by executing
xi monero. # remember to have installed "xtools" package for "xi" command.
Alternative installation steps.
cd void-packages/srcpkgs.git clone https://codeberg.org/yushisora/monero.git.ln -s monero monero-develcd void-packages(cd ..if you are still in srcpkgs)../xbps-src pkg -j$(nproc) monero.xi monero.