Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: font-jetbrainsmono-1.0.2
Date: Thu, 30 Jan 2020 22:35:38 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18671@inbox.vuxu.org> (raw)

[-- 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} \;
+}

             reply	other threads:[~2020-01-30 21:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-30 21:35 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18671@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).