Add pop-icon-theme

This commit is contained in:
Jeremy Soller 2022-12-06 09:47:40 -07:00
parent f1087a3ed8
commit fd40e845fd
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

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