termux-packages/packages/rustc-nightly/rust-rls-nightly.subpackage.sh.bak
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

4 lines
232 B
Bash

TERMUX_SUBPKG_DESCRIPTION="server that provides IDEs, editors, and other tools with information about Rust programs"
TERMUX_SUBPKG_INCLUDE="opt/rust-nightly/bin/rls opt/rust-nightly/share/doc/rls"
TERMUX_PKG_DEPENDS="rustc-nightly"