diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template index 4467612bc0..373f42774b 100644 --- a/srcpkgs/telepresence/template +++ b/srcpkgs/telepresence/template @@ -15,6 +15,10 @@ changelog="https://raw.githubusercontent.com/telepresenceio/telepresence/master/ distfiles="https://github.com/datawire/telepresence/archive/${version}.tar.gz" checksum=e2b9487c9f2742727fb9219ce8a564e2b5644b464c14922448fc0225bdd51acf +case "$XBPS_TARGET_MACHINE" + aarch64*) broken="depends on currently broken git";; +esac + post_build() { packaging/build-sshuttle.py }