mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
49fc9c0ce3
@ -1,5 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kartonrealista/cosmic-ext-2048"
|
||||
git = "https://github.com/woodruffw/zizmor"
|
||||
[build]
|
||||
template = "cargo"
|
||||
10
recipes/wip/edu/rusty-tape/recipe.toml
Normal file
10
recipes/wip/edu/rusty-tape/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kkobarii/Rusty-Tape"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/rusty-tape
|
||||
cp -rv "${COOKBOOK_SOURCE}"/data/* "${COOKBOOK_STAGE}"/usr/share/rusty-tape
|
||||
cookbook_cargo
|
||||
"""
|
||||
10
recipes/wip/finance/mgmt/tackler-ng/recipe.toml
Normal file
10
recipes/wip/finance/mgmt/tackler-ng/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/e257-fi/tackler-ng"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/tackler-ng/examples
|
||||
cp -rv "${COOKBOOK_SOURCE}"/examples/* "${COOKBOOK_STAGE}"/usr/share/tackler-ng/examples
|
||||
cookbook_cargo_packages tackler
|
||||
"""
|
||||
14
recipes/wip/games/math/cosmic-ext-2048/recipe.toml
Normal file
14
recipes/wip/games/math/cosmic-ext-2048/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Kartonrealista/cosmic-ext-2048"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/io.github.Kartonrealista.cosmic-ext-2048.desktop "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/io.github.Kartonrealista.cosmic-ext-2048.metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/games/open-world/ethertia/recipe.toml
Normal file
5
recipes/wip/games/open-world/ethertia/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Dreamtowards/Ethertum"
|
||||
[build]
|
||||
template = "cargo"
|
||||
15
recipes/wip/math/cosmic-ext-calculator/recipe.toml
Normal file
15
recipes/wip/math/cosmic-ext-calculator/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO verify if the desktop shortcut and icon configuration is correct
|
||||
[source]
|
||||
git = "https://github.com/cosmic-utils/calculator"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/app.desktop "${COOKBOOK_STAGE}"/usr/share/applications/dev.edfloreshz.Calculator.desktop
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo/dev.edfloreshz.Calculator.metainfo.xml
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor/scalable/apps/icon.svg "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps/dev.edfloreshz.Calculator.svg
|
||||
cookbook_cargo
|
||||
"""
|
||||
15
recipes/wip/monitors/cosmic-ext-observatory/recipe.toml
Normal file
15
recipes/wip/monitors/cosmic-ext-observatory/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO verify if the resource commands are correct
|
||||
[source]
|
||||
git = "https://github.com/cosmic-utils/observatory"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cp -rv "${COOKBOOK_SOURCE}"/observatory/res/app.desktop "${COOKBOOK_STAGE}"/usr/share/applications/io.github.cosmic_utils.observatory.desktop
|
||||
cp -rv "${COOKBOOK_SOURCE}"/observatory/res/metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo/io.github.cosmic_utils.observatory.metainfo.xml
|
||||
cp -rv "${COOKBOOK_SOURCE}"/observatory/res/icons/hicolor/scalable/apps/icon.svg "${COOKBOOK_STAGE}"/usr/share/icons/hicolor/scalable/apps/io.github.cosmic_utils.observatory.svg
|
||||
cookbook_cargo_packages observatory
|
||||
"""
|
||||
5
recipes/wip/net/other/rallyup/recipe.toml
Normal file
5
recipes/wip/net/other/rallyup/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/darwindarak/rallyup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/net/p2p/easytier/recipe.toml
Normal file
8
recipes/wip/net/p2p/easytier/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/EasyTier/EasyTier"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages easytier
|
||||
"""
|
||||
5
recipes/wip/net/server/shoes/recipe.toml
Normal file
5
recipes/wip/net/server/shoes/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/cfal/shoes"
|
||||
[build]
|
||||
template = "cargo"
|
||||
15
recipes/wip/science/weather/cosmic-ext-forecast/recipe.toml
Normal file
15
recipes/wip/science/weather/cosmic-ext-forecast/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO verify if the resource commands are correct
|
||||
[source]
|
||||
git = "https://github.com/cosmic-utils/forecast"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/com.jwestall.Forecast.desktop "${COOKBOOK_STAGE}"/usr/share/applications
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/com.jwestall.Forecast.metainfo.xml "${COOKBOOK_STAGE}"/usr/share/metainfo
|
||||
cp -rv "${COOKBOOK_SOURCE}"/res/icons/hicolor "${COOKBOOK_STAGE}"/usr/share/icons
|
||||
cookbook_cargo
|
||||
"""
|
||||
5
recipes/wip/terminal/boulette/recipe.toml
Normal file
5
recipes/wip/terminal/boulette/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/pipelight/boulette"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user