Co-authored-by: Charon (snider-linux) <charon@lethean.io> Co-authored-by: Snider <snider@host.uk.com> Co-authored-by: Virgil <virgil@lethean.io> Co-authored-by: Claude <developers@lethean.io> Reviewed-on: #2 Co-authored-by: Snider <snider@lethean.io> Co-committed-by: Snider <snider@lethean.io>
34 lines
849 B
YAML
34 lines
849 B
YAML
# nfpm configuration for BugSETI
|
|
name: "bugseti"
|
|
arch: "${GOARCH}"
|
|
platform: "linux"
|
|
version: "0.1.0"
|
|
section: "devel"
|
|
priority: "optional"
|
|
maintainer: "Lethean <developers@lethean.io>"
|
|
description: |
|
|
BugSETI - Distributed Bug Fixing
|
|
Like SETI@home but for code. Install the system tray app,
|
|
it pulls OSS issues from GitHub, AI prepares context,
|
|
you fix bugs, and it auto-submits PRs.
|
|
vendor: "Lethean"
|
|
homepage: "https://forge.lthn.ai/core/cli"
|
|
license: "MIT"
|
|
|
|
contents:
|
|
- src: ./bin/bugseti
|
|
dst: /usr/bin/bugseti
|
|
- src: ./build/linux/bugseti.desktop
|
|
dst: /usr/share/applications/bugseti.desktop
|
|
- src: ./build/appicon.png
|
|
dst: /usr/share/icons/hicolor/256x256/apps/bugseti.png
|
|
|
|
overrides:
|
|
deb:
|
|
dependencies:
|
|
- libwebkit2gtk-4.1-0
|
|
- libgtk-3-0
|
|
rpm:
|
|
dependencies:
|
|
- webkit2gtk4.1
|
|
- gtk3
|