this post was submitted on 26 May 2024
26 points (96.4% liked)

Monero

1555 readers
25 users here now

This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Wizard@monero.town 2 points 3 months ago* (last edited 3 months ago)

If anybodys on Arch, if you place this PKGBUILD into the haveno extracted directory and run "makepkg -si" will convert the rpm to arch and install it.

pkgname=haveno-reto
pkgver=1.0.6
pkgrel=1
pkgdesc="Monero DEX"
arch=('x86_64')

depends=("bash" "java-runtime>=21")
optdepends=()

source=('haveno-1.0.6-1.x86_64.rpm')

sha256sums=('SKIP')

package() {
  find $srcdir/ -mindepth 1 -maxdepth 1 -type d | xargs cp -r -t "$pkgdir"
}