Add noto color emoji recipe

This commit is contained in:
Jeremy Soller 2022-12-09 11:37:12 -07:00
parent 7d31150e21
commit 169faf992d

View File

@ -0,0 +1,10 @@
[source]
git = "https://github.com/googlefonts/noto-emoji.git"
[build]
template = "custom"
script = """
DEST="${COOKBOOK_STAGE}/ui/fonts/Emoji/Noto"
mkdir -pv "${DEST}"
cp -v "${COOKBOOK_SOURCE}/fonts/NotoColorEmoji.ttf" "${DEST}"
"""