omnidotdev-kiln

LOW
maintainer lotus 0 votes scanned 2026-09-25 05:10:30.358237
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: Omni <team@omni.dev>
2pkgname=omnidotdev-kiln
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Zero-config source-to-image container builder"
6arch=('x86_64')
7url="https://kiln.omni.dev"
8license=('Apache-2.0')
9depends=()
10makedepends=('cargo')
11source=("https://github.com/omnidotdev/kiln/archive/v$pkgver.tar.gz")
12
13build() {
14 cd "kiln-$pkgver"
15 cargo build --release
16}
17
18package() {
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}
23sha256sums=('1717e0faf4f49da293585b921e32c0654fc1ecd5eaf769f29446db3070ad095b')
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 05:10:30 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