rlsp-yaml
LOW
maintainer ZhangHua
0 votes
scanned 2026-09-02 11:50:42.784749
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
pkgname=rlsp-yaml
2
pkgver=0.13.0
3
pkgrel=1
4
pkgdesc="A YAML language server implementing the Language Server Protocol."
5
arch=(x86_64)
6
url=https://github.com/chdalski/rlsp
7
license=(MIT)
8
depends=(libgcc glibc)
9
makedepends=(cargo)
10
options=(!lto)
11
source=("${pkgname%-yaml}-$pkgname-v$pkgver.tar.gz::https://github.com/chdalski/rlsp/archive/refs/tags/rlsp-yaml-v$pkgver.tar.gz")
12
sha256sums=('c616547156e0bf8ff7d9bf86433945e32bec271fcc7ad26033cb0a7843feec68')
13
14
prepare() {
15
cd "${pkgname%-yaml}-$pkgname-v$pkgver"
16
export RUSTUP_TOOLCHAIN=stable
17
cargo fetch --locked --target host-tuple
18
}
19
20
build() {
21
cd "${pkgname%-yaml}-$pkgname-v$pkgver"
22
export RUSTUP_TOOLCHAIN=stable
23
export CARGO_TARGET_DIR=target
24
cargo build --frozen --release --all-features \
25
--package rlsp-yaml
26
}
27
28
package() {
29
cd "${pkgname%-yaml}-$pkgname-v$pkgver"
30
install -Dvm755 target/release/$pkgname -t "$pkgdir/usr/bin"
31
install -Dvm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 11:50:42 | Low | 1 |