mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
cosmic-edit: add manifest
This commit is contained in:
parent
4957549c75
commit
b99718d7dc
17
recipes/gui/cosmic-edit/manifest
Normal file
17
recipes/gui/cosmic-edit/manifest
Normal file
@ -0,0 +1,17 @@
|
||||
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"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user