mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
305 B
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
|
|
"""
|