Add cosmic-store recipe

This commit is contained in:
Jeremy Soller 2024-10-15 17:13:34 -06:00
parent 9a3cebcfde
commit 987178b1dd
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -0,0 +1,15 @@
[source]
git = "https://github.com/pop-os/cosmic-store.git"
branch = "master"
[build]
template = "custom"
dependencies = [
"gettext",
"openssl1",
]
script = """
export GETTEXT_DIR="${COOKBOOK_SYSROOT}"
export GETTEXT_STATIC=1
cookbook_cargo --no-default-features
"""