redox/recipes/wip/fonts/nerd-fonts/recipe.toml

11 lines
305 B
TOML

#TODO probably wrong script
[source]
git = "https://github.com/ryanoasis/nerd-fonts"
rev = "7b41c66a1ef0c4ac5884a4203cb53c0901217e32"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/fonts
cp -rv "${COOKBOOK_SOURCE}"/patched-fonts/* "${COOKBOOK_STAGE}"/usr/share/fonts
"""