24 lines
645 B
Bash
24 lines
645 B
Bash
# Template file for 'rust-analyzer'
|
|
pkgname=rust-analyzer
|
|
version=2022.10.24
|
|
revision=1
|
|
_ver=${version//./-}
|
|
build_style=cargo
|
|
make_install_args="--path=crates/${pkgname}"
|
|
short_desc="Rust compiler front-end for IDEs"
|
|
maintainer="Gabriel Sanches <gabriel@gsr.dev>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://rust-analyzer.github.io/"
|
|
distfiles="https://github.com/rust-lang/rust-analyzer/archive/${_ver}.tar.gz"
|
|
checksum=a839dfdc399246249300686e457c2afe3ce51f421dcfcf009e7c6ab4084cebe6
|
|
# tests require Rust source code
|
|
make_check=no
|
|
|
|
export CFG_RELEASE=${_ver}
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
vdoc README.md
|
|
}
|