mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Add pop-icon-theme
This commit is contained in:
parent
f1087a3ed8
commit
fd40e845fd
9
recipes/pop-icon-theme/recipe.toml
Normal file
9
recipes/pop-icon-theme/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[source]
|
||||
git = "https://github.com/pop-os/icon-theme.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}"
|
||||
env DESTDIR="${COOKBOOK_STAGE}" meson install
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user