[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Mon Aug 12 08:26:38 UTC 2019


    Date: Monday, August 12, 2019 @ 08:26:38
  Author: farseerfc
Revision: 498992

otf-ipamjfont: add from AUR

Added:
  otf-ipamjfont/
  otf-ipamjfont/repos/
  otf-ipamjfont/trunk/
  otf-ipamjfont/trunk/PKGBUILD

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

Added: otf-ipamjfont/trunk/PKGBUILD
===================================================================
--- otf-ipamjfont/trunk/PKGBUILD	                        (rev 0)
+++ otf-ipamjfont/trunk/PKGBUILD	2019-08-12 08:26:38 UTC (rev 498992)
@@ -0,0 +1,26 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=otf-ipamjfont
+pkgver=006.01
+_pkgver=${pkgver/./}
+pkgrel=1
+pkgdesc="Japanese outline Mincho fonts implementing IVS compliant with Hanyo-Denshi collection (based on IPAex Mincho fonts)"
+arch=('any')
+url="http://mojikiban.ipa.go.jp/"
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+groups=('ipa-fonts')
+source=("https://oscdl.ipa.go.jp/IPAmjMincho/ipamjm${_pkgver}.zip")
+sha1sums=('efbd663a9e6ddfdc6b43002d29b9dbd191878b69')
+
+package() {
+  cd "$srcdir"
+
+  install -d "${pkgdir}/usr/share/fonts/OTF"
+  install -m644 *.ttf "${pkgdir}/usr/share/fonts/OTF/"
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 IPA_Font_License_Agreement_v1.0.txt Readme.txt \
+                "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list