diff options
Diffstat (limited to 'fonts/font-texgyre/MAKEPKG')
| -rw-r--r-- | fonts/font-texgyre/MAKEPKG | 28 |
1 files changed, 28 insertions, 0 deletions
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 +} |
