Add cosmic-icons recipe

This commit is contained in:
Jeremy Soller 2023-11-15 15:06:10 -07:00
parent 823d1fe0c4
commit 4957549c75
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -0,0 +1,9 @@
[source]
git = "https://github.com/pop-os/cosmic-icons.git"
[build]
template = "custom"
script = """
cd "${COOKBOOK_SOURCE}"
just rootdir="${COOKBOOK_STAGE}" prefix="" install
"""