PrashanthaTP / gbpacman

Kind of Git Bash Package Manager
MIT License
0 stars 0 forks source link

Req: install package with `--install-from-url` #7

Open PrashanthaTP opened 1 year ago

PrashanthaTP commented 1 year ago

Currently as of develop@8efa06c3b95308174e1b762322c7252affe60f6d we can download a package by passing correct package name as available in msys package repository (if it matches multiple packages, the first one is being chosen) https://github.com/PrashanthaTP/gbpacman/blob/8efa06c3b95308174e1b762322c7252affe60f6d/gbpacman/main.py#L48-L55

It would be helpful if there is an option to download from given url directly like

gbpacman --install-from-url "https://mirror.msys2.org/msys/x86_64/fzy-1.0-1-x86_64.pkg.tar.xz"