1
1
Fork
You've already forked monero
0
Template file for monero for Void Linux distribution.
  • Shell 100%
Find a file
2026年03月11日 15:35:57 +08:00
files/monerod init 2025年12月06日 19:47:17 +08:00
patches init 2025年12月06日 19:47:17 +08:00
README.md init 2025年12月06日 19:47:17 +08:00
template monero: update to 0.18.4.6 2026年03月11日 15:35:57 +08:00

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.

  1. Download this repo as a zip.
  2. Extract the content.
  3. Move the folder to void-packages/srcpkgs.
  4. Symlink void-packages/srcpkgs/monero to void-packages/srcpkgs/monero-devel.
  5. Execute ./xbps-src pkg -j$(nproc) monero. # remember to stay in the void-packages directory.
  6. Install the package by executing xi monero. # remember to have installed "xtools" package for "xi" command.

Alternative installation steps.

  1. cd void-packages/srcpkgs.
  2. git clone https://codeberg.org/yushisora/monero.git.
  3. ln -s monero monero-devel
  4. cd void-packages (cd .. if you are still in srcpkgs).
  5. ./xbps-src pkg -j$(nproc) monero.
  6. xi monero.

Credits.