Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package rcon using CPack #23

Closed
wants to merge 5 commits into from
Closed

Package rcon using CPack #23

wants to merge 5 commits into from

Conversation

nico-castell
Copy link
Contributor

CPack comes with CMake and it allows you to create convenient packages to install the software.

I added instructions to the CMakeLists.txt to package rcon in .deb, .rpm, and .tar.gz formats. Also added instructions on how to do it from the command line in the README.

There's one more file I added: description.txt, it's a single line file used to provide a description in .rpm packages.

Using packages like this also provides users with an option to uninstall the package in one command, should they want to do so.

@n0la
Copy link
Owner

n0la commented May 28, 2021

cpack is nice and all, but now I am tempted to just Debian-package rcon the old fashioned way.

@nico-castell
Copy link
Contributor Author

That's fine by me! I used CPack for its convenience.

@n0la
Copy link
Owner

n0la commented May 28, 2021

Debian packaging has been sorted, but I do have to look deeper into Fedora packaging (never done that before).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants