tui: packaging — meson target, PKGBUILD, nfpm #45
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a user installing Loom from AUR or distro packages, I want
loom-tuiavailable as an optional companion binary toloom-gtk, so that I can opt into the TUI without pulling it in by default.Acceptance criteria
meson
meson.buildgains an option-Dtui=enabled|disabled|auto(defaultauto)loom-tuiviacargo build --release -p loom-tuiand installs it tobindirautoenables it whencargois present and disables cleanly otherwiseAUR PKGBUILD
loom-tuias an optional dependency line (optdepends) of the main packagecargo build --release -p loom-tui$pkgdir/usr/bin/loom-tuinfpm
loom-tui.yamlnfpm config (deb/rpm) that bundles just the binaryloom-gtkandloom-tuiartefacts are producedDocs
docs/installation sections to mention loom-tuiOut of scope
References