mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
add satty
This commit is contained in:
parent
a9b3369fa7
commit
a71b13da6f
20
recipes/wip/satty/recipe.toml
Normal file
20
recipes/wip/satty/recipe.toml
Normal file
@ -0,0 +1,20 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/gabm/Satty"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"cairo",
|
||||
"glib",
|
||||
"pango",
|
||||
"gdk-pixbuf",
|
||||
]
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/applications
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/icons/hicolor/scalable/apps
|
||||
cp -rv "${COOKBOOK_SOURCE}"/satty.desktop "${COOKBOOK_STAGE}"/home/user/.local/share/applications
|
||||
cp -rv "${COOKBOOK_SOURCE}"/assets/satty.svg "${COOKBOOK_STAGE}"/home/user/.local/share/icons/hicolor/scalable/apps
|
||||
cookbook_cargo_packages satty
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user