mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
dev-util/rust-analyzer-bin: update SRC_URI and LICENSE
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST rust-analyzer-linux.gz 11238720 BLAKE2B 70145477970d78d2dd68ddf332040aa7bc653bbaf3d8942a5df6c44589cdeb98a580bf6385bc1c91b06681027f494c69a89ba7c9dfe3ee24634c79e81c09a262 SHA512 5b8f49a878b67f75250c61cfaaf7bf401f87debdb131a4a1bb6026747d906031c934abe6fc8687222a2736cbcf2c862a130bca3f73828849e2b5e7a8fda47ea5
|
||||
DIST rust-analyzer-x86_64-unknown-linux-gnu.gz 11496414 BLAKE2B 0272981cca648bce458bbdf2764ade9e53e0d47f30e3b97848460f14b67a4def0a52673353a89844b501ac6fa9d76a5194d7cf3653bd6b37a748b9b4811c13e5 SHA512 4b7ea514e758381cc3c3264525f0904a71d55601be651f7597be8a58b36f9ccea09041ea0139c512a608cae0f1cdc998bb0682a5f023fb769da16ad482d45b24
|
||||
|
||||
@@ -5,16 +5,16 @@ 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/latest/download/rust-analyzer-linux.gz"
|
||||
SRC_URI="https://github.com/rust-analyzer/rust-analyzer/releases/latest/download/rust-analyzer-x86_64-unknown-linux-gnu.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
LICENSE="Apache-2.0 MIT-with-advertising"
|
||||
SLOT="0"
|
||||
PROPERTIES="live"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
newbin rust-analyzer-linux rust-analyzer
|
||||
newbin rust-analyzer-x86_64-unknown-linux-gnu rust-analyzer
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user