Necrose99

arm64 resilio-sync ebuild fix

Apr 4th, 2022 (edited)
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.72 KB | None | 0 0
  1. # https://gitweb.gentoo.org/repo/gentoo.git/tree/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild # from
  2.  
  3. SRC_URI="
  4.     amd64? ( ${BASE_URI/@arch@/amd64} )
  5.     x86? ( ${BASE_URI/@arch@/i386} )
  6. "
  7.  
  8. ##### SRC_URI patched
  9. DESCRIPTION="Resilient, fast and scalable file synchronization tool"
  10. HOMEPAGE="https://resilio.com/"
  11. SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
  12.     x86? ( ${BASE_URI/@arch@/i386} )
  13.     arm64? ( ${BASE_URI/@arch@/arm64} )
  14.     arm? ( ${BASE_URI/@arch@/armhf} )
  15. "
  16. # https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_${PV}-1_arm64.deb
  17. # https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_${PV}-1_armel.deb
  18. # https://download-cdn.resilio.com/2.7.1.1370/Debian/resilio-sync_${PV}-1_armhf.deb
Add Comment
Please, Sign In to add comment