Skip to content

Commit

Permalink
New package: rust-analyzer-2020.07.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrlsnchs committed Jul 17, 2020
1 parent cfea546 commit 6459e90
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/rust-analyzer/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'rust-analyzer'
pkgname=rust-analyzer
version=2020.07.13
revision=1
_ver=${version//./-}
wrksrc="${pkgname}-${_ver}"
build_style=cargo
make_install_args="--path=crates/${pkgname}"
hostmakedepends="rust"
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/${pkgname}/${pkgname}/archive/${_ver}.tar.gz"
checksum=e4176167bba26eeb7bc7bbf5be45d261e05e231331135dfbc6f12f927ac6eb60

post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}

0 comments on commit 6459e90

Please sign in to comment.