Add the PopOS wallpapers recipe

This commit is contained in:
Ribbon 2024-04-15 01:36:06 +00:00
parent 9c1b24de87
commit be8f305752

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