[arch-commits] Commit in tex-gyre-fonts/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:00:31 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:00:30
  Author: foutrelis
Revision: 384002

archrelease: copy trunk to staging-any

Added:
  tex-gyre-fonts/repos/staging-any/
  tex-gyre-fonts/repos/staging-any/PKGBUILD
    (from rev 384001, tex-gyre-fonts/trunk/PKGBUILD)

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

Copied: tex-gyre-fonts/repos/staging-any/PKGBUILD (from rev 384001, tex-gyre-fonts/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-16 10:00:30 UTC (rev 384002)
@@ -0,0 +1,21 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=tex-gyre-fonts
+pkgver=2.501
+pkgrel=2
+pkgdesc="Substitute PostScript fonts in OpenType format"
+url="http://www.gust.org.pl/projects/e-foundry/tex-gyre"
+arch=(any)
+license=(custom)
+_zipname=tg${pkgver//./_}otf
+source=($url/whole/$_zipname.zip
+        $url/../licenses/GUST-FONT-LICENSE.txt)
+sha256sums=('d7f8be5317bec4e644cf16c5abf876abeeb83c43dbec0ccb4eee4516b73b1bbe'
+            'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
+
+package() {
+  install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 $_zipname/*.otf
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 GUST-FONT-LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list