• 0 Posts
  • 7 Comments
Joined 4 months ago
cake
Cake day: June 1st, 2024

help-circle

  • Its the Jewish banking cartel that we have to protect ourselves from. The protocols of Zion just shows you the mentality of those who wish to destroy you! Its one of the reasons i dont have a bank account, and use monero to shield against them! I think its good for people to see who is the enemy and why we are resisting! Look at Holodomor/Bolshevik revolution. They killed 30-90 million Christians and theyre at it again with the Digital ID and the covid injection!






  • Wizard@monero.towntoMonero@monero.townHaveno Reto v1.0.6
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 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"
    }