omnidotdev-kiln
LOW
maintainer lotus
0 votes
scanned 2026-09-25 05:10:30.358237
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: Omni <team@omni.dev>
2
pkgname=omnidotdev-kiln
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Zero-config source-to-image container builder"
6
arch=('x86_64')
7
url="https://kiln.omni.dev"
8
license=('Apache-2.0')
9
depends=()
10
makedepends=('cargo')
11
source=("https://github.com/omnidotdev/kiln/archive/v$pkgver.tar.gz")
12
13
build() {
14
cd "kiln-$pkgver"
15
cargo build --release
16
}
17
18
package() {
19
cd "kiln-$pkgver"
20
install -Dm755 "target/release/kiln" "$pkgdir/usr/bin/kiln"
21
install -Dm644 "LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22
}
23
sha256sums=('1717e0faf4f49da293585b921e32c0654fc1ecd5eaf769f29446db3070ad095b')
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 05:10:30 | Low | 1 |