1 # Template file for 'rust-analyzer'
7 make_install_args="--path=crates/rust-analyzer"
8 short_desc="Rust compiler front-end for IDEs"
9 maintainer="icp <pangolin@vivaldi.net>"
10 license="Apache-2.0, MIT"
11 homepage="https://rust-analyzer.github.io/"
12 distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz"
13 checksum=f46fb1c3bc4d6e7d328a123c0770c69a22b557d238aeec8d68175e0c3cd66bd1
14 # tests require Rust source code
17 export CFG_RELEASE=${_ver}
20 vlicense LICENSE-APACHE