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-liberation/MAKEPKG | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fonts/font-liberation/MAKEPKG (limited to 'fonts/font-liberation/MAKEPKG') 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 -- cgit v1.3.1