xdeb-org / xdeb

XDEB - Convert deb (Debian) packages to xbps (Void Linux)
MIT License
305 stars 16 forks source link

Question: Can we generate xbps-src template with this? #15

Open Animeshz opened 2 years ago

Animeshz commented 2 years ago

The tool is really cool, does everything in one go, but writing a xbps-src file is better to maintain it for later version and revisions of an application, it also automates the task to download the archive.

Any guess how can we collect the taken steps (something like with option --dry-run) instead of really packing a deb file into xbps.

Animeshz commented 2 years ago

Oops, not a bug/help-wanted, its a question, sorry for wrong issue type.

toluschr commented 2 years ago

A dry-run functionality wouldn't be of much use as one can just read the source-code (Commands do not vary). As for creating template files, it should be an easy modification: https://github.com/toluschr/xdeb/blob/master/xdeb#L222-L243

siduck commented 2 years ago

A dry-run functionality wouldn't be of much use as one can just read the source-code (Commands do not vary). As for creating template files, it should be an easy modification: https://github.com/toluschr/xdeb/blob/master/xdeb#L222-L243

could you add an option to the script for it?