hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

Build from local package #6

Open leo-arch opened 1 year ago

leo-arch commented 1 year ago

Hi @redicculus. First of all, great job! Now, it would be nice to have an option to build from a local package (previously generated via makepkg(1)) instead of downloading it from the Chaotic repo. Since arch2appimage.py currently takes no parameter, passing the local package as the first positional parameter would be the easiest way, I think.

Just a suggestion. Keep up the good work!

hanzala123 commented 1 year ago

Hi, I am the original creator of this. You suggestion is indeed a very good one. I will definitely try to add something like this in the next update. Thank you for the suggestion

leo-arch commented 1 year ago

Congrats then @hanzala123! I plan to use arch2appimage to generate AppImages of clifm releases. The release version 1.7 is the first providing one. Very useful.