plombir

LOW
maintainer stiermid 0 votes scanned 2026-09-24 01:41:16.165362
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: Agil Mammadov <mammadovagil@proton.me>
2pkgname=plombir
3pkgver=1.0.0
4pkgrel=1
5pkgdesc='A ridiculously fast static site generator for Crystal.'
6arch=(x86_64 aarch64)
7url="https://github.com/the-cry-labs/plombir"
8license=(MPL-2.0)
9depends=(gc glibc libgcc libxml2 libyaml openssl pcre2 zlib)
10makedepends=('crystal>=1.21.0' shards)
11source=("$pkgname-$pkgver.tar.gz::https://github.com/the-cry-labs/plombir/archive/v$pkgver.tar.gz")
12sha256sums=('87311d903cd34a6be12698ab4f8ef2d98bbf65608e3266d49aa6cd7c42230265')
13
14build() {
15 cd "$pkgname-$pkgver"
16
17 export CRYSTAL_CACHE_DIR="$srcdir/.crystal-cache"
18
19 shards build --production --release --link-flags="$LDFLAGS"
20}
21
22check() {
23 cd "$pkgname-$pkgver"
24
25 export CRYSTAL_CACHE_DIR="$srcdir/.crystal-cache"
26
27 crystal spec
28}
29
30package() {
31 cd "$pkgname-$pkgver"
32
33 install -Dm755 bin/plombir -t "$pkgdir/usr/bin/"
34 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
35 install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 01:41:16 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