summaryrefslogtreecommitdiff
path: root/fonts/font-liberation
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /fonts/font-liberation
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'fonts/font-liberation')
-rw-r--r--fonts/font-liberation/.footprint16
-rw-r--r--fonts/font-liberation/.signature6
-rw-r--r--fonts/font-liberation/MAKEPKG26
3 files changed, 48 insertions, 0 deletions
diff --git a/fonts/font-liberation/.footprint b/fonts/font-liberation/.footprint
new file mode 100644
index 0000000..913ca0b
--- /dev/null
+++ b/fonts/font-liberation/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/fonts/
+drwxr-xr-x root/root usr/share/fonts/liberation/
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationMono-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationMono-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationMono-Regular.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSans-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSans-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSans-Regular.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSerif-Bold.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSerif-Italic.ttf
+-rw-r--r-- root/root usr/share/fonts/liberation/LiberationSerif-Regular.ttf
diff --git a/fonts/font-liberation/.signature b/fonts/font-liberation/.signature
new file mode 100644
index 0000000..aa75476
--- /dev/null
+++ b/fonts/font-liberation/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mFCVDddH6E+7ZiT5v3JfHVq9hBklbzCDZ0q23UkqgyOLGyzGduEONUy+fWCjZ7y+t5JyLLy8R/eawv1gefq5gQs=
+
+SHA256 (MAKEPKG) = 6e0f64426f0ee716a0da5ea47f5104d1d3170892def4bdb2e028354717933eb6
+SHA256 (.footprint) = cc6d221068b0b3ea194f88200b663a2e5ffddd065ff71e575d0f4bcb3c0ecb79
+SHA256 (liberation-fonts-ttf-2.1.5.tar.gz) = 7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0
+SHA256 (font-liberation#2.1.5-1.pkg.tar.gz) = dfa4ad57777e0cc4db949825c540cab4bac850c4c193596811122748b9dea167
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