[arch-commits] Commit in (3 files)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 16 11:52:25 UTC 2020


    Date: Thursday, January 16, 2020 @ 11:52:25
  Author: arodseth
Revision: 552749

Add the new Jetbrains Mono typeface

Added:
  ttf-jetbrains-mono/
  ttf-jetbrains-mono/trunk/
  ttf-jetbrains-mono/trunk/PKGBUILD

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

Added: ttf-jetbrains-mono/trunk/PKGBUILD
===================================================================
--- ttf-jetbrains-mono/trunk/PKGBUILD	                        (rev 0)
+++ ttf-jetbrains-mono/trunk/PKGBUILD	2020-01-16 11:52:25 UTC (rev 552749)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Althorion <althorion at protonmail.com>
+# Contributor: Jordan Day < jordanday444 at gmail dot com >
+
+pkgname=ttf-jetbrains-mono
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=('Apache')
+source=("https://download.jetbrains.com/fonts/JetBrainsMono-$pkgver.zip")
+sha256sums=('82bf0dec956e4ca9afa4da4978fa5de80a75a576b3353d570ccbaabe4e858389')
+depends=(fontconfig xorg-font-utils)
+
+package() {
+  install -d "$pkgdir/usr/share/fonts/TTF/$pkgname"
+  install -Dm 644 "$srcdir"/*.ttf "$pkgdir/usr/share/fonts/TTF/$pkgname/"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list