diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /fonts/font-liberation/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'fonts/font-liberation/MAKEPKG')
| -rw-r--r-- | fonts/font-liberation/MAKEPKG | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fonts/font-liberation/MAKEPKG b/fonts/font-liberation/MAKEPKG new file mode 100644 index 0000000..cdca39b --- /dev/null +++ b/fonts/font-liberation/MAKEPKG @@ -0,0 +1,26 @@ +#!/bin/mkpkg +# description: Metric-compatible fonts for Arial, Times New Roman, and Courier New +# url: https://github.com/liberationfonts/liberation-fonts + +name=font-liberation +version=2.1.5 +release=1 +depends=(fontconfig) +source=(https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz) + +sha256sums=( + "7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0" +) + +build() { + install -d $PKG/usr/share/fonts/liberation + install -m 644 liberation-fonts-ttf-$version/*.ttf \ + $PKG/usr/share/fonts/liberation/ +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
