From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- fonts/font-texgyre/MAKEPKG | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 fonts/font-texgyre/MAKEPKG (limited to 'fonts/font-texgyre/MAKEPKG') diff --git a/fonts/font-texgyre/MAKEPKG b/fonts/font-texgyre/MAKEPKG new file mode 100644 index 0000000..c10d4f6 --- /dev/null +++ b/fonts/font-texgyre/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: TeX Gyre font collection (Termes, Heros, Pagella, etc.) +# url: https://www.gust.org.pl/projects/e-foundry/tex-gyre +name=font-texgyre +_name=tex_gyre-otf-2_609-31_03_2026 +version=2.501 +release=1 +depends=(fontconfig) +# https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tex_gyre-otf-2_609-31_03_2026.zip +source=(https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/$_name.zip) + +sha256sums=( + "1731555aea263ad82e7f555fb6483ec98342593d63822f658f7a9f8023d85a33" +) +extract() { + unzip -o $_name.zip -d $SRC/ +} + +build() { + install -d $PKG/usr/share/fonts/texgyre + install -m 644 *.otf $PKG/usr/share/fonts/texgyre/ +} + + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} -- cgit v1.3.1