From fd40e845fd6e0633dc86e2b3aecd5f8329539efc Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 6 Dec 2022 09:47:40 -0700
Subject: [PATCH] Add pop-icon-theme

---
 recipes/pop-icon-theme/recipe.toml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 recipes/pop-icon-theme/recipe.toml

diff --git a/recipes/pop-icon-theme/recipe.toml b/recipes/pop-icon-theme/recipe.toml
new file mode 100644
index 000000000..f62a877b0
--- /dev/null
+++ b/recipes/pop-icon-theme/recipe.toml
@@ -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
+"""
-- 
GitLab