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.xibuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 repo/font/font-opensans.xibuild (limited to 'repo/font/font-opensans.xibuild') diff --git a/repo/font/font-opensans.xibuild b/repo/font/font-opensans.xibuild deleted file mode 100644 index 26369eb..0000000 --- a/repo/font/font-opensans.xibuild +++ /dev/null @@ -1,17 +0,0 @@ -#!/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