mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add cosmic-store recipe
This commit is contained in:
parent
9a3cebcfde
commit
987178b1dd
15
recipes/tools/cosmic-store/recipe.toml
Normal file
15
recipes/tools/cosmic-store/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user