24 lines
651 B
Bash
24 lines
651 B
Bash
# Template file for 'rust-analyzer'
|
|
pkgname=rust-analyzer
|
|
version=2024.10.07
|
|
revision=1
|
|
_ver=${version//./-}
|
|
build_style=cargo
|
|
make_install_args="--path=crates/rust-analyzer"
|
|
short_desc="Rust compiler front-end for IDEs"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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=f46fb1c3bc4d6e7d328a123c0770c69a22b557d238aeec8d68175e0c3cd66bd1
|
|
# tests require Rust source code
|
|
make_check=no
|
|
|
|
export CFG_RELEASE=${_ver}
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
vdoc README.md
|
|
}
|