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