pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit 998417a605
110 changed files with 1582 additions and 332 deletions

View File

@ -0,0 +1,3 @@
fonts/dejavu 2.37
=
https://github.com/dejavu-fonts/dejavu-fonts/archive/refs/tags/version_2_37.tar.gz

View File

@ -0,0 +1,21 @@
geist 1.7.2
=
https://github.com/vercel/geist-font/releases/download/v1.7.2/geist-font-v1.7.2.zip
``` sh *** build ***
DEST=/pkg/gnu/fonts/geist/share/fonts
SRC=./geist-font
mkdir -p "$DEST/static"
# Variable fonts (основные)
cp "$SRC/Geist/variable/"*.ttf "$DEST/"
cp "$SRC/GeistMono/variable/"*.ttf "$DEST/"
# Static fallbacks
cp "$SRC/Geist/ttf/"*.ttf "$DEST/static/"
cp "$SRC/GeistMono/ttf/"*.ttf "$DEST/static/"
cp "$SRC/OFL.txt" "$DEST/"
cp "$SRC/DESCRIPTION.en_us.html" "$DEST/" 2>/dev/null || true
```