Add cosmic-edit recipe

This commit is contained in:
Jeremy Soller 2023-11-15 10:28:15 -07:00
parent 4bc809fa86
commit 87c7bd5d52
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -0,0 +1,9 @@
[source]
git = "https://github.com/pop-os/cosmic-edit.git"
branch = "master_jammy"
[build]
template = "custom"
script = """
cookbook_cargo --no-default-features
"""