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

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


    Date: Tuesday, May 19, 2020 @ 08:28:54
  Author: felixonmars
Revision: 386323

archrelease: copy trunk to staging-any

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

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

Copied: adobe-source-sans-pro-fonts/repos/staging-any/PKGBUILD (from rev 386321, adobe-source-sans-pro-fonts/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-19 08:28:54 UTC (rev 386323)
@@ -0,0 +1,21 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=adobe-source-sans-pro-fonts
+pkgver=3.006
+pkgrel=2
+pkgdesc="Sans serif font family for user interface environments"
+url="https://adobe-fonts.github.io/source-sans-pro/"
+arch=(any)
+license=(custom)
+_relver=${pkgver}R
+_tarname=source-sans-pro-$_relver
+source=("$_tarname.tar.gz::https://github.com/adobe-fonts/source-sans-pro/archive/$_relver.tar.gz")
+sha256sums=('a384e8c3246490bb5eaf79eb9eb9e41d7f2d167bb7d36280156ec77ae8ddfda1')
+
+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