Skip to content
Snippets Groups Projects
Verified Commit b99718d7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

cosmic-edit: add manifest

parent 4957549c
No related branches found
No related tags found
No related merge requests found
name=COSMIC Text Editor
binary=/bin/cosmic-edit
icon=/ui/icons/apps/accessories-text-editor.png
accept=*.asm
accept=*.conf
accept=*.html
accept=*.ion
accept=*.list
accept=*.lua
accept=*.md
accept=*.rc
accept=*.rs
accept=*.sh
accept=*.toml
accept=*.txt
author=Jeremy Soller
description=COSMIC Text Editor
......@@ -6,4 +6,6 @@ branch = "master_jammy"
template = "custom"
script = """
cookbook_cargo --no-default-features
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-edit"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment