Merge branch 'add-pop-wallpapers' into 'master'

Add the PopOS wallpapers recipe

See merge request redox-os/cookbook!366
This commit is contained in:
Jeremy Soller 2024-09-11 21:19:50 +00:00
commit 7ecf10ccfb

View 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
"""