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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:29:03 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:29:03
  Author: felixonmars
Revision: 659264

archrelease: copy trunk to community-staging-any

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

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

Copied: ttf-lato/repos/community-staging-any/PKGBUILD (from rev 659263, ttf-lato/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:29:03 UTC (rev 659264)
@@ -0,0 +1,19 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: Thomas Weißschuh
+
+pkgname=ttf-lato
+pkgver=2.015
+pkgrel=4
+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