lomi
LOW
maintainer Woro
0 votes
scanned 2026-09-25 21:13:17.793975
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: Woro <woro@tanieddosy.pl>
2
pkgname=lomi
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
makedepends=('rust' 'nodejs' 'pnpm' 'librsvg')
12
provides=('lomi')
13
conflicts=('lomi-bin')
14
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
15
# The publication workflow replaces SKIP with the released source's SHA-256.
16
sha256sums=('236845f4836dfa20051ba40a2357382c0498ea9f306733c32e794fb86b25fd6b')
17
18
prepare() {
19
cd "${pkgname}-${pkgver}"
20
pnpm install --frozen-lockfile
21
}
22
23
build() {
24
cd "${pkgname}-${pkgver}"
25
export CARGO_TARGET_DIR="${srcdir}/cargo-target"
26
pnpm tauri build --bundles deb -- --locked
27
}
28
29
package() {
30
cp -a "${srcdir}/cargo-target/release/bundle/deb/"*/data/* "${pkgdir}/"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 21:13:17 | Low | 1 |