https://github.com/agateau/clyde-store
Package definitions for Clyde, the prebuilt application package manager.
https://github.com/agateau/clyde-store
Last synced: 9 months ago
JSON representation
Package definitions for Clyde, the prebuilt application package manager.
- Host: GitHub
- URL: https://github.com/agateau/clyde-store
- Owner: agateau
- License: cc0-1.0
- Created: 2022-06-14T06:55:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T08:22:07.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:17:43.546Z (over 1 year ago)
- Language: Python
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clyde Store
This repository contains package definitions for [Clyde][], the prebuilt application package manager.
[Clyde]: https://github.com/agateau/clyde
## Requesting a new package
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][request-package].
[request-package]: https://github.com/agateau/clyde-store/issues/new?template=package.md
## Creating a new package
You want to create a new package yourself? Awesome! You can get started by following the [package tutorial][tutorial] on Clyde repository, then opening a Pull Request here.
[tutorial]: https://github.com/agateau/clyde/blob/main/docs/creating-a-package.md
## Branches
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.