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