xeijin / propositum-bucket

Repository for scoop install manifests customised for propositum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

propositum | scoop bucket

This repository stores scoop manifest files in JSON format. The manifest files are used to install and configure the different components of the propositum. In some cases these are simply modified versions of the relevant manifest files from the main scoop bucket.

You may find these manifests instructional in automating the installation of any of these components with scoop. I recommend forking this repo or copying the contents of a given manifest to your own, as these manifest files are often heavily customised to suit my own needs.

Usage

If you wish to use the repo directly, install scoop then in powershell or cmd.exe enter the following command to add the new bucket

scoop bucket add propositum 'https://github.com/xeijin/propositum-bucket.git'

Note that all of the components in this repo have the suffix -p appended (to avoid conflict with the main and extras scoop repos).

To install an app

scoop install knime-p

Updating

To check which components have an update available, run the following command in Powershell from the root of the git repository

.\bin\checkver.ps1

To update all components, run the following command

.\bin\checkver.ps1 -u *

Note this may take some time as for some components the entire file will need to be downloaded & hashed.

Then git commit and git push to update the repository, this will kick-off the build, which lints the json files.

About

Repository for scoop install manifests customised for propositum

License:The Unlicense


Languages

Language:PowerShell 100.0%