Commit graph

11 commits

Author SHA1 Message Date
f35ab53a6e chore: fix RPM package naming + add license 2023-12-27 13:13:13 +01:00
3c603c0ada fix: change install type to man
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-27 11:27:57 +01:00
7341fceb55 fix: try compressing the manpage manually
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-27 11:14:41 +01:00
bc91da78c2 fix: try installing manpage without quotes
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-27 11:09:01 +01:00
9ccf4d2352 fix: make sure there are no hidden chars in CMakeLists.txt
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-27 10:55:21 +01:00
fa9fce9131 fix: add cmake root dir in manpage path
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-27 10:54:01 +01:00
61a4872d88 doc: add manpage for igmpgen 2023-12-27 10:23:13 +01:00
31bc5f3263 refactor: extract packet type parameter handling 2023-12-26 22:47:28 +01:00
71f697b974 feat: Add CPack packaging support for igmpgen
Updated `CMakeLists.txt` to integrate CPack, enabling the creation of
RPM and DEB packages for the igmpgen project. Key changes include:

- Project name updated for consistency.
- Installation target set for the executable.
- CPack configuration added for RPM, DEB, and TGZ packages, including essential metadata.

This enhancement facilitates easier distribution and deployment of
igmpgen across different platforms.
2023-12-26 14:15:44 +01:00
df3b4fc503 feat: auto-detect libnet 2023-12-24 20:27:59 +01:00
4542e6b11e feat: add basic CMakeLists.txt 2023-12-24 20:27:59 +01:00