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=83c23476ec5d876744a864e1a9d4d64891a67ca78a32d3608b16214b219362ec
14 # tests require Rust source code
17 export CFG_RELEASE=${_ver}
20 vlicense LICENSE-APACHE