Add recipe for cosmic-files

This commit is contained in:
Jeremy Soller 2024-01-04 13:47:33 -07:00
parent 32b4d66ebe
commit b44c20e238
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975
2 changed files with 16 additions and 0 deletions

View 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

View 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"
"""