mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-18 04:20:10 -06:00
- Add GitHub Actions workflow for automated releases - Create .deb, .rpm, AppImage, .dmg, and .msi packages - Generate shell completions and manpages in build.rs - Add platform-specific icons from rustnet3.svg - Include eBPF dependencies for Linux packages - Support Windows 32-bit and 64-bit builds - Extract shared CLI module to prevent duplication
20 lines
466 B
YAML
20 lines
466 B
YAML
app: rustnet
|
|
binpatch: true
|
|
|
|
ingredients:
|
|
dist: bookworm
|
|
sources:
|
|
- deb http://deb.debian.org/debian/ bookworm main
|
|
packages:
|
|
- libpcap0.8
|
|
- libelf1
|
|
debs:
|
|
- REPLACE_TAG
|
|
|
|
script:
|
|
- echo "Creating AppImage for rustnet..."
|
|
- cp resources/packaging/linux/graphics/rustnet.png usr/share/icons/hicolor/256x256/apps/rustnet.png
|
|
- cp resources/packaging/linux/rustnet.desktop usr/share/applications/rustnet.desktop
|
|
|
|
desktopintegration: rustnet
|