From 2ce3e1f71cac81a020db5334c37afdee71b4d902 Mon Sep 17 00:00:00 2001 From: jean Date: Sat, 18 Jul 2026 12:58:00 +0200 Subject: [PATCH] New package: font-jetbrains-mono-2.304 --- srcpkgs/font-jetbrains-mono/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/font-jetbrains-mono/template diff --git a/srcpkgs/font-jetbrains-mono/template b/srcpkgs/font-jetbrains-mono/template new file mode 100644 index 00000000000000..b132ac557b3dab --- /dev/null +++ b/srcpkgs/font-jetbrains-mono/template @@ -0,0 +1,19 @@ +# Template file for 'font-jetbrains-mono' +pkgname=font-jetbrains-mono +version=2.304 +revision=1 +create_wrksrc=yes +hostmakedepends="unzip" +short_desc="JetBrains Mono - the free and open-source typeface for developers" +maintainer="jean " +license="OFL-1.1" +homepage="https://jetbrains.com/lp/mono" +changelog="https://github.com/Jetbrains/JetBrainsMono/raw/master/Changelog.md" +distfiles="https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip" +checksum=6f6376c6ed2960ea8a963cd7387ec9d76e3f629125bc33d1fdcd7eb7012f7bbf +font_dirs="/usr/share/fonts/TTF" +provides="font:monospace-0_1" + +do_install() { + install -Dm644 fonts/ttf/* -t ${DESTDIR}/${font_dirs} +}