lomi-bin
LOW
maintainer Woro
0 votes
scanned 2026-09-27 00:07:07.510666
Why flagged
The package installs a prebuilt .deb from the project's GitHub releases, which is a normal distribution method; the source is verifiable via checksum and hosted on an official project infrastructure, posing minimal risk.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's GitHub releases, which is a normal distribution method; the source is verifiable via checksum and hosted on an official project infrastructure, posing minimal risk.
PKGBUILD
1
# Maintainer: Woro <woro@tanieddosy.pl>
2
pkgname=lomi-bin
3
pkgver=0.5.0
4
pkgrel=1
5
pkgdesc='A workspace for terminal-driven development'
6
arch=('x86_64')
7
url='https://github.com/lomi-dev/lomi'
8
license=('Apache-2.0')
9
depends=('gtk3' 'webkit2gtk-4.1' 'hicolor-icon-theme')
10
optdepends=('git: source control and repository history')
11
provides=('lomi')
12
conflicts=('lomi')
13
options=('!strip' '!debug')
14
source_x86_64=("Lomi_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/Lomi_${pkgver}_amd64.deb")
15
# The publication workflow replaces SKIP with the released DEB's SHA-256.
16
sha256sums_x86_64=('27df15d80643570ec4e439d320dfa7711dffe9ba35e2a96bdd434a32de802599')
17
18
package() {
19
tar -xf data.tar.gz -C "${pkgdir}/"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 00:07:07 | Low | 2 |
| 2026-09-26 00:12:15 | Low | 2 |
| 2026-09-25 21:13:17 | Low | 2 |