[arch-commits] Commit in ttf-lato/repos (2 files)

Brett Cornwall ainola at archlinux.org
Sun Dec 9 22:49:34 UTC 2018


    Date: Sunday, December 9, 2018 @ 22:49:34
  Author: ainola
Revision: 413405

archrelease: copy trunk to community-testing-any

Added:
  ttf-lato/repos/community-testing-any/
  ttf-lato/repos/community-testing-any/PKGBUILD
    (from rev 413404, ttf-lato/trunk/PKGBUILD)

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Copied: ttf-lato/repos/community-testing-any/PKGBUILD (from rev 413404, ttf-lato/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-12-09 22:49:34 UTC (rev 413405)
@@ -0,0 +1,19 @@
+# Maintainer: Ainola <brett at archlinux.org>
+# Contributor: Thomas Weißschuh
+
+pkgname=ttf-lato
+pkgver=2.015
+pkgrel=3
+pkgdesc='A sanserif typeface family bearing the Polish name of "Summer"'
+url="https://www.latofonts.com/lato-free-fonts/"
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.zip::https://www.latofonts.com/download/Lato2OFL.zip")
+sha256sums=('42b54e96c07e299d967fc3227c7bd63a20d6cfb1dc8fd6dae83628091e20a5b8')
+
+package() {
+    cd Lato2OFL
+    install -Dm644 *.ttf -t "$pkgdir/usr/share/fonts/TTF/"
+    install -Dm644 OFL.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
+    install -Dm644 README.txt -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list