void-packages

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

commit 9fa97e1932007f66811587b0fd0850bc8c611ccd
parent 573244d15a07e5681bcaea4dfcb23b07e106f879
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sun, 27 Sep 2020 17:59:07 +0000

New package: font-jetbrains-mono-ttf

Diffstat:
MREADME | 1+
Asrcpkgs/font-jetbrains-mono-ttf/template | 17+++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -17,6 +17,7 @@ New packages bpm-tools dwl #git + font-jetbrains-mono-ttf #binary https-dns-proxy #git #unavailable oggfwd #git_archive python3-bpytop diff --git a/srcpkgs/font-jetbrains-mono-ttf/template b/srcpkgs/font-jetbrains-mono-ttf/template @@ -0,0 +1,17 @@ +# Template file for 'font-jetbrains-mono-ttf' +pkgname=font-jetbrains-mono-ttf +version=2.002 +revision=1 +wrksrc=ttf +short_desc="Typeface for developers" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="OFL-1.1" +homepage="https://jetbrains.com/mono" +distfiles="https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip" +checksum="568ff44a4495773c5d204524e1a8442649b4b53b94e21e1a7d784289c2a19a51" + +do_install() { + font_dirs="/usr/share/fonts/TTF" + vmkdir $font_dirs + vcopy *.ttf $font_dirs +}