rlsp-yaml

LOW
maintainer ZhangHua 0 votes scanned 2026-09-02 11:50:42.784749
View on AUR
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

1pkgname=rlsp-yaml
2pkgver=0.13.0
3pkgrel=1
4pkgdesc="A YAML language server implementing the Language Server Protocol."
5arch=(x86_64)
6url=https://github.com/chdalski/rlsp
7license=(MIT)
8depends=(libgcc glibc)
9makedepends=(cargo)
10options=(!lto)
11source=("${pkgname%-yaml}-$pkgname-v$pkgver.tar.gz::https://github.com/chdalski/rlsp/archive/refs/tags/rlsp-yaml-v$pkgver.tar.gz")
12sha256sums=('c616547156e0bf8ff7d9bf86433945e32bec271fcc7ad26033cb0a7843feec68')
13
14prepare() {
15 cd "${pkgname%-yaml}-$pkgname-v$pkgver"
16 export RUSTUP_TOOLCHAIN=stable
17 cargo fetch --locked --target host-tuple
18}
19
20build() {
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
28package() {
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)SeverityRules
2026-09-02 11:50:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion