termux-packages/packages/rustc-nightly/use-rustc-nightly
muku Takeda 5ec9a796fa
rustc-nightly: Make it possible to build the deb package
This is squashed 6 commits into the first one.

- Fix containing unneccessary files that prevents dpkg install

- Move rustc-nightly from disabled-package to package

- Reduce the amount of disk needed

- Fix using specific version of beta

- Fix wrong PATH value

- Fix how to retrieve LLVM_VERSION
2022-04-27 10:13:22 +02:00

3 lines
113 B
Bash

#!/data/data/com.termux/files/usr/bin/sh
export PATH=/data/data/com.termux/files/usr/opt/rustc-nightly/bin:$PATH