distributable: url: https://github.com/jdxcode/rtx/archive/refs/tags/v{{version}}.tar.gz strip-components: 1 provides: - bin/rtx versions: github: jdxcode/rtx strip: /v/ build: dependencies: rust-lang.org: '>=1.60<1.69' rust-lang.org/cargo: '*' script: cargo install --locked --path . --root {{prefix}} env: linux/x86-64: # portable-atomic-1.3.1 uses this, but it's unstable RUSTFLAGS: -C target-feature=+cmpxchg16b test: rtx --version