Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-jetbrainsmono-1.0.2
@ 2020-01-30 21:35 voidlinux-github
  2020-02-26 17:48 ` gcat432
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-30 21:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

There is a new pull request by RinsedSloth against master on the void-packages repository

https://github.com/RinsedSloth/void-packages master
https://github.com/void-linux/void-packages/pull/18671

New package: font-jetbrainsmono-1.0.2
New free TrueType font with ligatures by the JetBrains team for their IDEs but also available standalone.

A patch file from https://github.com/void-linux/void-packages/pull/18671.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-18671.patch --]
[-- Type: text/x-diff, Size: 1324 bytes --]

From 7b9dff5d539b5a501e43483117c2f749d732b5ad Mon Sep 17 00:00:00 2001
From: RinsedSloth <afernandezh@protonmail.com>
Date: Thu, 30 Jan 2020 22:25:15 +0100
Subject: [PATCH] New package: font-jetbrainsmono-1.0.2

---
 srcpkgs/font-jetbrainsmono/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/font-jetbrainsmono/template

diff --git a/srcpkgs/font-jetbrainsmono/template b/srcpkgs/font-jetbrainsmono/template
new file mode 100644
index 00000000000..cc04c35671a
--- /dev/null
+++ b/srcpkgs/font-jetbrainsmono/template
@@ -0,0 +1,20 @@
+# Template file for 'font-jetbrainsmono'
+pkgname=font-jetbrainsmono
+version=1.0.2
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="JetbrainsMono: Typeface font with ligatures for programming"
+maintainer="RinsedSloth <afernandezh@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/JetBrains/JetBrainsMono"
+distfiles="https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip"
+checksum=59f9b9762d5625eb438eedf034dbbcdcf09ed18ded994540b466872840229762
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	mkdir -p usr/share/fonts/TTF
+	find . -type f -name '*.ttf' -exec install -Dm644 '{}' ${DESTDIR}/${font_dirs} \;
+}

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-05  5:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 21:35 [PR PATCH] New package: font-jetbrainsmono-1.0.2 voidlinux-github
2020-02-26 17:48 ` gcat432
2020-02-26 17:49 ` gcat432
2020-02-26 17:49 ` gcat432
2020-02-26 17:50 ` gcat432
2020-03-04 18:40 ` alferguet
2020-03-05  3:53 ` gcat432
2020-03-05  3:54 ` gcat432
2020-03-05  5:45 ` [PR PATCH] [Closed]: " alferguet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).