This repository contains package definitions for Clyde, the prebuilt application package manager.
If an application you need is missing from the store, you can request a new package for it by filling an issue on this repository.
You want to create a new package yourself? Awesome! You can get started by following the package tutorial on Clyde repository, then opening a Pull Request here.
The main
branch is the one used by default by Clyde. All package definitions in this branch must work with the currently released version of Clyde.
The next
branch can be used for package definitions which use syntaxes not yet understood by the released version of Clyde. When a new version of Clyde is released, the next
branch is merged in the main
branch.