diff --git a/README.md b/README.md index 7b148ffacac70f944baf05d090e879a4f27807db..7326bb96f15a189d20d2905dadceb498d10f710e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A collection of software ports for Redox. - `examples` - Softwares with examples - `games` - Any kind of game - `gui` - Graphical interfaces +- `icons` - Icon packs - `libraries` - Software with functions for other softwares, like OpenSSL - `network` - Networking tools - `other` - Software that can't fit on other categories diff --git a/recipes/profiled/recipe.toml b/recipes/core/profiled/recipe.toml similarity index 100% rename from recipes/profiled/recipe.toml rename to recipes/core/profiled/recipe.toml diff --git a/recipes/devilutionx/recipe.toml b/recipes/games/devilutionx/recipe.toml similarity index 100% rename from recipes/devilutionx/recipe.toml rename to recipes/games/devilutionx/recipe.toml diff --git a/recipes/openjk/recipe.toml b/recipes/games/openjk/recipe.toml similarity index 100% rename from recipes/openjk/recipe.toml rename to recipes/games/openjk/recipe.toml diff --git a/recipes/pop-icon-theme/recipe.toml b/recipes/icons/pop-icon-theme/recipe.toml similarity index 100% rename from recipes/pop-icon-theme/recipe.toml rename to recipes/icons/pop-icon-theme/recipe.toml diff --git a/recipes/libmpfr/recipe.toml b/recipes/libraries/libmpfr/recipe.toml similarity index 100% rename from recipes/libmpfr/recipe.toml rename to recipes/libraries/libmpfr/recipe.toml diff --git a/recipes/newlib/recipe.sh b/recipes/other/newlib/recipe.sh similarity index 100% rename from recipes/newlib/recipe.sh rename to recipes/other/newlib/recipe.sh diff --git a/recipes/newlibtest/recipe.sh b/recipes/other/newlibtest/recipe.sh similarity index 100% rename from recipes/newlibtest/recipe.sh rename to recipes/other/newlibtest/recipe.sh diff --git a/recipes/bzip2/recipe.toml b/recipes/tools/bzip2/recipe.toml similarity index 100% rename from recipes/bzip2/recipe.toml rename to recipes/tools/bzip2/recipe.toml diff --git a/recipes/sdl-player/recipe.sh b/recipes/video/sdl-player/recipe.sh similarity index 100% rename from recipes/sdl-player/recipe.sh rename to recipes/video/sdl-player/recipe.sh