[arch-commits] Commit in (4 files)
Brett Cornwall
ainola at archlinux.org
Sun Dec 9 22:48:39 UTC 2018
Date: Sunday, December 9, 2018 @ 22:48:38
Author: ainola
Revision: 413402
Add ttf-lato from AUR (32 votes)
Added:
ttf-lato/
ttf-lato/repos/
ttf-lato/trunk/
ttf-lato/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
Added: ttf-lato/trunk/PKGBUILD
===================================================================
--- ttf-lato/trunk/PKGBUILD (rev 0)
+++ ttf-lato/trunk/PKGBUILD 2018-12-09 22:48:38 UTC (rev 413402)
@@ -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