vmprint
LOW
maintainer alerque
0 votes
scanned 2026-08-29 13:39:41.976942
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
4
pkgname=vmprint
5
pkgver=1.0.5
6
pkgrel=1
7
pkgdesc='Pure TypeScript spacial layout engine'
8
arch=(any)
9
url="https://github.com/cosmiciron/$pkgname"
10
license=(Apache-2.0)
11
depends=(nodejs)
12
makedepends=(jq
13
npm
14
moreutils)
15
source=("https://registry.npmjs.org/$_npmname/-/${_npmname#*/}-$pkgver.tgz")
16
noextract=("${source[@]##*/}")
17
sha256sums=('ca2d7c2d4b4f2807e4d0ecc35fafa94b1de7f510b48018f5fed30141232404ca')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-29 13:39:41 | Low | 1 |