From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/font-opensans/font-opensans.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/font-opensans/font-opensans.xibuild (limited to 'repo/font-opensans') diff --git a/repo/font-opensans/font-opensans.xibuild b/repo/font-opensans/font-opensans.xibuild new file mode 100644 index 0000000..26369eb --- /dev/null +++ b/repo/font-opensans/font-opensans.xibuild @@ -0,0 +1,17 @@ +#!/bin/sh + +NAME="font-opensans" +DESC="Humanist Sans Serif Typeface" + +MAKEDEPS="sbase" +DEPS="fontconfig mkfontscale " + +SOURCE="https://github.com/googlefonts/opensans.git" + +package() { + for f in fonts/ttf/*.ttf; do + install -D -m644 $f $PKG_DEST/usr/share/fonts/TTF/ + done +} + + -- cgit v1.2.1