[arch-commits] Commit in adobe-source-serif-pro-fonts/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:03:08 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:03:07
  Author: felixonmars
Revision: 386128

archrelease: copy trunk to staging-any

Added:
  adobe-source-serif-pro-fonts/repos/staging-any/
  adobe-source-serif-pro-fonts/repos/staging-any/PKGBUILD
    (from rev 386127, adobe-source-serif-pro-fonts/trunk/PKGBUILD)

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

Copied: adobe-source-serif-pro-fonts/repos/staging-any/PKGBUILD (from rev 386127, adobe-source-serif-pro-fonts/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:03:07 UTC (rev 386128)
@@ -0,0 +1,21 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-serif-pro-fonts
+pkgver=3.001
+pkgrel=2
+pkgdesc="Serif typeface for setting text. Designed to complement Source Sans Pro"
+url="https://adobe-fonts.github.io/source-serif-pro/"
+arch=(any)
+license=(custom)
+_relver=${pkgver}R
+_tarname=source-serif-pro-$_relver
+source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-serif-pro/archive/$_relver.tar.gz")
+sha256sums=('84e08c9e870081e0fcda4d83b02e06a4a7f35e52f96491a2246eca8b82fc8a53')
+
+package() {
+  cd $_tarname
+  install -Dt "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf VAR/*.otf
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list