Here is my problem:
I have a program and you want to distribute it in binary format so that users do not need to compile them on their own.
I have already created the .deb package. However, as I recall, there must be some kind of program that takes one configuration file and creates different binary packages in different formats, for example .deb, .rpm or even .dmg, .msi, etc. So, I just need to tell me which file should be included in the package (and how to build it), it can create different packages for me.
After searching for some keywords, I noticed that it is difficult to find such a program without knowing its name. (I really think there should be something like that. Actually, I remembered seeing something somewhere.)
source share