omnidotdev-kiln-bin
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-bin
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Zero-config source-to-image container builder (pre-built)"
6
arch=('x86_64')
7
url="https://kiln.omni.dev"
8
license=('Apache-2.0')
9
depends=()
10
provides=('omnidotdev-kiln')
11
conflicts=('omnidotdev-kiln')
12
source=("$pkgname-$pkgver.tar.gz::https://github.com/omnidotdev/kiln/releases/download/v$pkgver/kiln-x86_64-unknown-linux-gnu.tar.gz"
13
"$pkgname-$pkgver-LICENSE::https://raw.githubusercontent.com/omnidotdev/kiln/v$pkgver/LICENSE.md")
14
15
package() {
16
install -Dm755 "kiln" "$pkgdir/usr/bin/kiln"
17
install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
}
19
sha256sums=('ea6e0fb49caa7d8b5b56476d8c2696df34a8990133102d365051e74bea88468b'
20
'64d90764a9baac9d5f0797d6d9a7dfb26823396df09c872557e971cf76cc0a92')
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 05:10:30 | Low | 1 |