Support scoop
martinlindhe opened this issue · 0 comments
martinlindhe commented
First, I love the program idea! I have had something similar on my todo for quite some time.
For Windows users, there is a popular package manager called scoop
It would be great if upt could support it just as it handles choco today.
Currently on my Windows 10 system using scoop, all I get when running upt is
$ scoop info wget
Name: wget
Description: A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.
Version: 1.20.3
Website: https://eternallybored.org/misc/wget/
License: GPL-3.0-or-later (https://spdx.org/licenses/GPL-3.0-or-later.html)
Manifest:
C:\Users\m\scoop\buckets\main\bucket\wget.json
Installed: No
Binaries:
wget.exe
$ upt show wget
The system cannot find the file specified. (os error 2)
$ upt update
The system cannot find the file specified. (os error 2)