Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ScoopInstaller/Nonportable
📦 Scoop bucket for non-portable applications.
https://github.com/ScoopInstaller/Nonportable
scoop-bucket
Last synced: 2 months ago
JSON representation
📦 Scoop bucket for non-portable applications.
- Host: GitHub
- URL: https://github.com/ScoopInstaller/Nonportable
- Owner: ScoopInstaller
- License: unlicense
- Created: 2022-05-10T07:19:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:39:51.000Z (3 months ago)
- Last Synced: 2024-10-29T09:55:23.846Z (3 months ago)
- Topics: scoop-bucket
- Language: PowerShell
- Homepage: https://scoop.sh
- Size: 2.46 MB
- Stars: 68
- Watchers: 9
- Forks: 44
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- Awesome - Nonportable
README
# Scoop Nonportable Bucket [![Tests](https://github.com/ScoopInstaller/Nonportable/actions/workflows/ci.yml/badge.svg)](https://github.com/ScoopInstaller/Nonportable/actions/workflows/ci.yml) [![Excavator](https://github.com/ScoopInstaller/Nonportable/actions/workflows/excavator.yml/badge.svg)](https://github.com/ScoopInstaller/Nonportable/actions/workflows/excavator.yml)
[Scoop](https://scoop.sh/) bucket for non-portable applications.
```
scoop bucket add nonportable
```How do I install these packages?
---------------------------------To add this bucket, run `scoop bucket add nonportable`.
To install, run `scoop install `.
Most of the packages in this bucket requires **admin rights** to install. To install them, you should either:
**(1)** Run *windows command line* (cmd) or *Powershell* as admin.
or, **(2)** install *sudo*(`scoop install sudo`) or *gsudo* (`scoop install gsudo`), and run `sudo scoop install `
How do I contribute new packages?
----------------------------------To make a new package contribution, please read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).