lomi

LOW
maintainer Woro 0 votes scanned 2026-09-25 21:13:17.793975
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: Woro <woro@tanieddosy.pl>
2pkgname=lomi
3pkgver=0.5.0
4pkgrel=1
5pkgdesc='A workspace for terminal-driven development'
6arch=('x86_64')
7url='https://github.com/lomi-dev/lomi'
8license=('Apache-2.0')
9depends=('gtk3' 'webkit2gtk-4.1' 'hicolor-icon-theme')
10optdepends=('git: source control and repository history')
11makedepends=('rust' 'nodejs' 'pnpm' 'librsvg')
12provides=('lomi')
13conflicts=('lomi-bin')
14source=("${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.
16sha256sums=('236845f4836dfa20051ba40a2357382c0498ea9f306733c32e794fb86b25fd6b')
17
18prepare() {
19 cd "${pkgname}-${pkgver}"
20 pnpm install --frozen-lockfile
21}
22
23build() {
24 cd "${pkgname}-${pkgver}"
25 export CARGO_TARGET_DIR="${srcdir}/cargo-target"
26 pnpm tauri build --bundles deb -- --locked
27}
28
29package() {
30 cp -a "${srcdir}/cargo-target/release/bundle/deb/"*/data/* "${pkgdir}/"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 21:13:17 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