sigoden / upt

Universal Package-management Tool for any OS.
Apache License 2.0
437 stars 26 forks source link

Support scoop #3

Closed martinlindhe closed 4 years ago

martinlindhe commented 4 years ago

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

https://scoop.sh/

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)