[arch-commits] Commit in (4 files)

Bruno Pagani archange at archlinux.org
Sun Jun 3 09:58:01 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:58:00
  Author: archange
Revision: 339010

Initial addition of otf-latin-modern to [community]

Added:
  otf-latin-modern/
  otf-latin-modern/repos/
  otf-latin-modern/trunk/
  otf-latin-modern/trunk/PKGBUILD

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

Added: otf-latin-modern/trunk/PKGBUILD
===================================================================
--- otf-latin-modern/trunk/PKGBUILD	                        (rev 0)
+++ otf-latin-modern/trunk/PKGBUILD	2018-06-03 09:58:00 UTC (rev 339010)
@@ -0,0 +1,19 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=otf-latin-modern
+pkgver=2.004
+pkgrel=3
+pkgdesc="Improved version of Computer Modern fonts as used in LaTeX"
+arch=('any')
+url="http://www.gust.org.pl/projects/e-foundry/latin-modern"
+license=('custom:GFL')
+depends=('fontconfig')
+source=("${url}/download/lm${pkgver}otf.zip"
+        "${url%/*}/licenses/GUST-FONT-LICENSE.txt")
+sha256sums=('5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b'
+            'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
+
+package() {
+    install -Dm644 *.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+    install -Dm644 GUST-FONT-LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/GFL.txt
+}



More information about the arch-commits mailing list