kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 9944ec210afdc82e647cd1db197ccb99804dfed5
parent f707a33a3b463b27614c2320564dfeca89152778
Author: St John Karp <contact@stjo.hn>
Date:   Mon, 11 Jul 2022 07:41:51 -0400

ttf-liberation: Add package at version 2.1.5

Diffstat:
Aextra/ttf-liberation/build | 4++++
Aextra/ttf-liberation/checksums | 1+
Aextra/ttf-liberation/post-install | 3+++
Aextra/ttf-liberation/sources | 1+
Aextra/ttf-liberation/version | 1+
5 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/extra/ttf-liberation/build b/extra/ttf-liberation/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +mkdir -p "$1/usr/share/fonts/TTF/liberation" +install -m 644 *.ttf "$1/usr/share/fonts/TTF/liberation" diff --git a/extra/ttf-liberation/checksums b/extra/ttf-liberation/checksums @@ -0,0 +1 @@ +7191c669bf38899f73a2094ed00f7b800553364f90e2637010a69c0e268f25d0 diff --git a/extra/ttf-liberation/post-install b/extra/ttf-liberation/post-install @@ -0,0 +1,3 @@ +#!/bin/sh -e + +fc-cache -v diff --git a/extra/ttf-liberation/sources b/extra/ttf-liberation/sources @@ -0,0 +1 @@ +https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-VERSION.tar.gz diff --git a/extra/ttf-liberation/version b/extra/ttf-liberation/version @@ -0,0 +1 @@ +2.1.5 1