rottenwheel@monero.town to Monero@monero.townEnglish · 5 months agoHaveno Reto v1.0.6github.comexternal-linkmessage-square9fedilinkarrow-up127arrow-down12
arrow-up125arrow-down1external-linkHaveno Reto v1.0.6github.comrottenwheel@monero.town to Monero@monero.townEnglish · 5 months agomessage-square9fedilink
minus-squareWizard@monero.townlinkfedilinkarrow-up2·edit-25 months agoIf 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" }
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" }