# Template file for 'rust-analyzer' pkgname=rust-analyzer version=2023.09.25 revision=1 _ver=${version//./-} build_style=cargo make_install_args="--path=crates/rust-analyzer" short_desc="Rust compiler front-end for IDEs" maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" checksum=09e81f1a238ad100af9ffe98184d7b7e73cf088bb18a9dfb43efaea28c0f19db # tests require Rust source code make_check=no export CFG_RELEASE=${_ver} post_install() { vlicense LICENSE-APACHE vlicense LICENSE-MIT vdoc README.md }