mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-util/rust-analyzer-bin: treeclean
Signed-off-by: Remigiusz Micielski <rmicielski@purelymail.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST rust-analyzer-bin-2021.09.06.gz 11044387 BLAKE2B 1ff818280758837b55852775f9c0fb95a5b06beee68f4591bfe1cf86b61fcffa58322cfd017b13eb24fc9f6c6ade62b1dbdfc00a52894dce539c4604cbda9ae6 SHA512 a7d777981dab437ad4b0175f24c6ae309946a776f7828c8e31cba16853a7645cfaa9614143ec158645f5844bcdef8bb764f098a1b056334b2112fedba12c2995
|
||||
DIST rust-analyzer-bin-2021.09.20.gz 11118599 BLAKE2B 2e0c39764a9ff243ae003230db9ad5871a425293836be063b09c498f763d611e1ae5c884dcbac2373b73a2e5178b89970f83edffcad7892c02f493a697ea3539 SHA512 3d5b0f3d36d3ee932a1a0800a248f7d3b6a4ff85d9902dcec3e0d7dcda64089b1b167b3f6e8ba99aea9c6c8356f2bff214420dcdbd855d54ec760ee1749f1daa
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">rust-analyzer/rust-analyzer</remote-id>
|
||||
<bugs-to>https://github.com/rust-analyzer/rust-analyzer/issues</bugs-to>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>contrib_x@protonmail.com</email>
|
||||
<name>James Kalyan</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,24 +0,0 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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-09-06/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
|
||||
|
||||
LICENSE="Apache-2.0 MIT-with-advertising"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
|
||||
|
||||
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"
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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-09-20/rust-analyzer-x86_64-unknown-linux-gnu.gz -> ${P}.gz"
|
||||
|
||||
LICENSE="Apache-2.0 MIT-with-advertising"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/rust-analyzer"
|
||||
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user