void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 650d03f27bfd4b23563e8138f4984e5e61eb2879
parent bdf08f86da95ce73440a95ed47477254b1164c8b
Author: Dash Eclipse <dash@ezup.dev>
Date:   Wed, 30 Sep 2020 19:55:50 +0000

New package: font-kiwi-otb

Diffstat:
MREADME | 1+
Asrcpkgs/font-kiwi-otb/template | 21+++++++++++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -19,6 +19,7 @@ New packages bpm-tools dwl #git font-jetbrains-mono-ttf #binary + font-kiwi-otb #fetch #git https-dns-proxy #git #unavailable oggfwd #git_archive python3-bpytop diff --git a/srcpkgs/font-kiwi-otb/template b/srcpkgs/font-kiwi-otb/template @@ -0,0 +1,21 @@ +# Template file for 'font-kiwi-otb' +pkgname=font-kiwi-otb +version=0.1 +revision=1 +build_style=fetch +hostmakedepends="fonttosfnt" +depends="font-util" +short_desc="monospaced bitmap font" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="0BSD" +homepage="https://github.com/turquoise-hexagon/fonts" +font_dirs="/usr/share/fonts/X11/misc" + +do_install() { + local _repo="https://raw.githubusercontent.com/turquoise-hexagon/fonts/22c550a88ecdd5e76bfdb5abe373a4ad0c0ddbcb" + $XBPS_FETCH_CMD "${_repo}/src/kiwi.bdf" + $XBPS_FETCH_CMD "${_repo}/LICENSE" + fonttosfnt -o kiwi.otb kiwi.bdf + vinstall kiwi.otb 644 /usr/share/fonts/X11/misc + vlicense LICENSE +}