Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jetbrains-mono-ttf-2.002
@ 2020-09-11  8:20 waynevanson
  2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: waynevanson @ 2020-09-11  8:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages package/jetbrains-mono-ttf
https://github.com/void-linux/void-packages/pull/24827

New package: jetbrains-mono-ttf-2.002
I used `google-fonts-ttf` as a base template.

I built it on `x86_64`, `x86_64-musl`, `armv7l` and `aarm64`.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-package/jetbrains-mono-ttf-24827.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]

From 1aed717d199909b4c5e7d6e58b89257defcd1a1d Mon Sep 17 00:00:00 2001
From: Wayne Van Son <wayne@void-cinnamon.modem>
Date: Fri, 11 Sep 2020 18:11:27 +0000
Subject: [PATCH] New package: jetbrains-mono-ttf-2.002

---
 srcpkgs/jetbrains-mono-ttf/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/jetbrains-mono-ttf/template

diff --git a/srcpkgs/jetbrains-mono-ttf/template b/srcpkgs/jetbrains-mono-ttf/template
new file mode 100644
index 00000000000..652dbef9962
--- /dev/null
+++ b/srcpkgs/jetbrains-mono-ttf/template
@@ -0,0 +1,19 @@
+# Template file for 'jetbrains-mono-ttf'
+pkgname=jetbrains-mono-ttf
+version=2.002
+revision=1
+archs=noarch
+wrksrc="JetBrainsMono-${version}"
+depends="font-util"
+short_desc="Typeface made for developers. Monospace font created by JetBrains"
+maintainer="Wayne Van Son <waynevanson@gmail.com>"
+license="OFL-1.1"
+homepage="https://www.jetbrains.com/lp/mono/"
+distfiles="https://github.com/JetBrains/JetBrainsMono/archive/v${version}.tar.gz"
+checksum="e7cbd22401e2f08d46c3e13426f9238f7403500df9321d170e1681f4a07e9e7d"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir /usr/share/fonts/TTF
+	find . -type f -name '*.ttf' -exec install -Dm644 '{}' ${DESTDIR}/usr/share/fonts/TTF \;
+}

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

end of thread, other threads:[~2020-09-11 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11  8:20 [PR PATCH] New package: jetbrains-mono-ttf-2.002 waynevanson
2020-09-11  9:02 ` [PR PATCH] [Updated] " waynevanson
2020-09-11 13:59 ` sgn
2020-09-11 13:59 ` [PR PATCH] [Closed]: " sgn
2020-09-11 15:21 ` waynevanson
2020-09-11 15:25 ` sgn

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).