vmprint

LOW
maintainer alerque 0 votes scanned 2026-08-29 13:39:41.976942
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

1# Maintainer: Caleb Maclennan <caleb@alerque.com>
2
3_npmname=@vmprint/cli
4pkgname=vmprint
5pkgver=1.0.5
6pkgrel=1
7pkgdesc='Pure TypeScript spacial layout engine'
8arch=(any)
9url="https://github.com/cosmiciron/$pkgname"
10license=(Apache-2.0)
11depends=(nodejs)
12makedepends=(jq
13 npm
14 moreutils)
15source=("https://registry.npmjs.org/$_npmname/-/${_npmname#*/}-$pkgver.tgz")
16noextract=("${source[@]##*/}")
17sha256sums=('ca2d7c2d4b4f2807e4d0ecc35fafa94b1de7f510b48018f5fed30141232404ca')
18
19package() {
20 npm install -g --cache "$srcdir/npm-cache" --prefix "$pkgdir/usr" "${source[@]##*/}"
21 find "$pkgdir"/usr -type d -exec chmod 755 {} +
22 find "$pkgdir" -type f -name package.json \
23 -execdir sh -c "jq '. |= with_entries(select(.key | test(\"_.+\") | not))' {} | sponge {}" \;
24 chown -R root:root "$pkgdir"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 13:39:41 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