Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lato-ttf-2.015
@ 2020-02-03  7:36 voidlinux-github
  2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2020-02-03  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/lato-ttf
https://github.com/void-linux/void-packages/pull/18753

New package: lato-ttf-2.015


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-2asoft/lato-ttf-18753.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 2f265aa5c669eb38664af3357e969e9820b81d0a Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <anton@doubleasoftware.com>
Date: Sun, 2 Feb 2020 23:36:20 -0800
Subject: [PATCH] New package: lato-ttf-2.015

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

diff --git a/srcpkgs/lato-ttf/template b/srcpkgs/lato-ttf/template
new file mode 100644
index 00000000000..68e1a7559c0
--- /dev/null
+++ b/srcpkgs/lato-ttf/template
@@ -0,0 +1,23 @@
+# Template file for 'lato-ttf'
+pkgname=lato-ttf
+version=2.015
+revision=1
+archs=noarch
+wrksrc="Lato2OFL"
+short_desc="High-quality open-source font family bearing the Polish name of \"Summer\""
+maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
+license="custom:OFL"
+homepage="https://www.latofonts.com/lato-free-fonts/"
+distfiles="https://www.latofonts.com/download/Lato2OFL.zip"
+checksum="42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8"
+
+do_install() {
+	vmkdir usr/share/fonts/Lato/ttf
+
+	find ./ -name '*.ttf' | while read -r FILENAME; do
+		vinstall ${FILENAME} 755 usr/share/fonts/Lato/ttf/
+	done
+
+	vlicense OFL.txt
+	vdoc README.txt
+}

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

end of thread, other threads:[~2020-07-23 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03  7:36 [PR PATCH] New package: lato-ttf-2.015 voidlinux-github
2020-02-04  4:55 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-04  5:16 ` voidlinux-github
2020-07-23 18:14 ` Chocimier
2020-07-23 18:14 ` [PR PATCH] [Closed]: " Chocimier
2020-07-23 18:23 ` 2asoft

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