Merge branch 'recipe-categories' into 'master'

Move recipes to categories

See merge request redox-os/cookbook!308
This commit is contained in:
Jeremy Soller 2023-11-05 12:58:51 +00:00
commit 79b4aa6be3
299 changed files with 26 additions and 2 deletions

View File

@ -1,5 +1,29 @@
# cookbook
A collection of package recipes for Redox.
# Cookbook
A collection of software ports for Redox.
### Categories
- `backends` - Middlewares, like SDL2
- `core` - System components (included on `server` build)
- `demos` - Software with demos
- `development` - Any software used for development, like compilers and dependency managers
- `documentation` - Software used for documentation
- `emulators` - Console emulators or compatibility/translation layers
- `examples` - Softwares with examples
- `games` - Any kind of game
- `gui` - Graphical interfaces
- `libraries` - Software with functions for other softwares, like OpenSSL
- `network` - Networking tools
- `other` - Software that can't fit on other categories
- `shells` - Terminal interpreters
- `sound` - Software used for sound processing/production
- `tests` - Software used to test other softwares
- `toolkits` - Software used to create other softwares with a framework-like approach
- `tools` - Text editors, terminal tools and any other kind of tools
- `tui` - Graphical terminal interfaces
- `video` - Video players and video processing/production tools
- `wip` - Software that needs porting or incomplete recipes
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Some files were not shown because too many files have changed in this diff Show More