mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add noto color emoji recipe
This commit is contained in:
parent
7d31150e21
commit
169faf992d
10
recipes/noto-color-emoji/recipe.toml
Normal file
10
recipes/noto-color-emoji/recipe.toml
Normal 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}"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user