Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature: define custom buckets, support app lists #1

Open
Dviros opened this issue Oct 21, 2022 · 4 comments
Open

Feature: define custom buckets, support app lists #1

Dviros opened this issue Oct 21, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Dviros
Copy link

Dviros commented Oct 21, 2022

Hi,
Thank you very much for this! Was looking everywhere for this sort of implementation.
The current hurdle I'm facing is the ability to install apps which are not on the main bucket of Scoop; is it possible to direct the app name to the specific bucket (and then run git clone -> bucket update)?
Also, copy-pasting long lists of apps would be amazing as well.

Thanks again!
Dvir

@LAB02-Admin
Copy link
Member

Hi @Dviros, thanks, glad you like it :)

Good idea, I'll look into it. You can also use choco if that helps. Copy-pasting the list is a good idea as well, will do

@LAB02-Admin LAB02-Admin self-assigned this Oct 21, 2022
@LAB02-Admin LAB02-Admin added the enhancement New feature or request label Oct 21, 2022
@Dviros
Copy link
Author

Dviros commented Oct 21, 2022

@LAB02-Admin took me a while to figure it out, but it seems that ScoopBox has some hardcoded commands that are executing prior to the "scoop install ", therefore it might be relevant to reference that start to an external file containing the bootstrap commands (such as add new buckets, pre\post installation commands), based on Powershell.
I was able to abuse it but it means I had to compile the DLL everytime I wanted to modify it :D

@LAB02-Admin
Copy link
Member

Alright, nice find 👍

@Dviros
Copy link
Author

Dviros commented Oct 21, 2022

Here it is ;)
https://github.com/Dviros/ScoopBox/blob/master/src/ScoopBox/Scripts/PackageManagers/Scoop/ScoopPackageManagerScript.cs

Thanks again!

@LAB02-Admin LAB02-Admin changed the title Scoop Buckets? Feature: define custom buckets, support app lists Oct 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants