dev-util/rust-analyzer-bin: bump to 2021.08.02

Signed-off-by: James Kalyan <contrib_x@protonmail.com>
This commit is contained in:
James Kalyan
2021-08-04 22:22:48 -06:00
parent b336536c71
commit a8f85835dd
2 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="An implementation of Language Server Protocol for the Rust programming language"
HOMEPAGE="https://rust-analyzer.github.io"
SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-08-02/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
LICENSE="Apache-2.0 MIT-with-advertising"
SLOT="0"
KEYWORDS="~amd64"
S=${WORKDIR}
src_install() {
newbin ${P} rust-analyzer
}
pkg_postinst() {
elog "Make sure to add your desired rust toolchain (e.g. with rustup) for rust-analyzer to work correctly"
}