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