mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add the PopOS wallpapers recipe
This commit is contained in:
parent
9c1b24de87
commit
be8f305752
8
recipes/artwork/pop-wallpapers/recipe.toml
Normal file
8
recipes/artwork/pop-wallpapers/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[source]
|
||||
git = "https://github.com/pop-os/wallpapers"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/wallpapers
|
||||
cp -rv "${COOKBOOK_SOURCE}"/original/* "${COOKBOOK_STAGE}"/usr/share/wallpapers
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user