mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
Add recipe for cosmic-files
This commit is contained in:
parent
32b4d66ebe
commit
b44c20e238
5
recipes/gui/cosmic-files/manifest
Normal file
5
recipes/gui/cosmic-files/manifest
Normal file
@ -0,0 +1,5 @@
|
||||
name=COSMIC File Manager
|
||||
binary=/bin/cosmic-files
|
||||
icon=/ui/icons/apps/system-file-manager.png
|
||||
author=Jeremy Soller
|
||||
description=COSMIC File Manager
|
||||
11
recipes/gui/cosmic-files/recipe.toml
Normal file
11
recipes/gui/cosmic-files/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[source]
|
||||
git = "https://github.com/pop-os/cosmic-files.git"
|
||||
branch = "master_jammy"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo --no-default-features
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-files"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user