From 0d37a1ef234c38b27faba43bc3a22f985d311deb Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 17 May 2023 17:01:27 +0100 Subject: Remove all firmware --- repo/font-freefont/font-freefont.xibuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 repo/font-freefont/font-freefont.xibuild (limited to 'repo/font-freefont') diff --git a/repo/font-freefont/font-freefont.xibuild b/repo/font-freefont/font-freefont.xibuild new file mode 100644 index 0000000..f02222d --- /dev/null +++ b/repo/font-freefont/font-freefont.xibuild @@ -0,0 +1,16 @@ +#!/bin/sh + +NAME="font-freefont" +DESC="A set of free high-quality TrueType fonts covering the UCS character set" + +MAKEDEPS=" font-util" + +PKG_VER=20120503 +SOURCE="https://ftp.gnu.org/gnu/freefont/freefont-otf-$PKG_VER.tar.gz" + +package() { + install -Dm644 ./*.otf -t "$PKG_DEST"/usr/share/fonts/freefont/ + # Licensing exception is discussed in README in pkgver==20120503 + install -Dm644 README "$PKG_DEST/usr/share/licenses/font-freefont/README" +} + -- cgit v1.2.1