From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/font/font-opensans/font-opensans.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/font/font-opensans/font-opensans.xibuild (limited to 'repo/font/font-opensans/font-opensans.xibuild') diff --git a/repo/font/font-opensans/font-opensans.xibuild b/repo/font/font-opensans/font-opensans.xibuild new file mode 100644 index 0000000..26369eb --- /dev/null +++ b/repo/font/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