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: scientifica-font
Date: Sat, 12 Oct 2019 15:39:33 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15383@inbox.vuxu.org> (raw)

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

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

https://github.com/NerdyPepper/void-packages scientifica-font
https://github.com/void-linux/void-packages/pull/15383

New package: scientifica-font
This package includes [scientifica](https://github.com/nerdypepper/scientifica), at regular size (there is a double size version of the font as well).


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

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

From fcbc29b0b79e3ba0f6a366a040ba9ac84106e583 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sat, 12 Oct 2019 18:54:04 +0530
Subject: [PATCH] New package: scientifica-font

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

diff --git a/srcpkgs/scientifica-font/template b/srcpkgs/scientifica-font/template
new file mode 100644
index 00000000000..9576af7d648
--- /dev/null
+++ b/srcpkgs/scientifica-font/template
@@ -0,0 +1,23 @@
+# Template file for 'scientifica-font'
+pkgname=scientifica-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="Tall and Condensed bitmap font for geeks"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/scientifica"
+distfiles="https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+font_dirs="/usr/share/fonts/X11/misc"
+
+do_install() {
+	vmkdir "$font_dirs"
+	for i in *.otb; do
+		vinstall "$i" 644 "$font_dirs"
+	done
+	vdoc README.md
+	vlicense LICENSE
+}

                 reply	other threads:[~2019-10-12 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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