Files
rustnet/resources/packaging/linux/AppImage/rustnet.yml
Marco Cadetg eca0e6000d feat: add cross-platform packaging and release automation
- 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
2025-09-29 11:56:55 +02:00

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