[arch-commits] Commit in otf-ipamjfont/repos (community-any community-any/PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Aug 12 08:29:05 UTC 2019


    Date: Monday, August 12, 2019 @ 08:29:04
  Author: farseerfc
Revision: 498993

archrelease: copy trunk to community-any

Added:
  otf-ipamjfont/repos/community-any/
  otf-ipamjfont/repos/community-any/PKGBUILD
    (from rev 498992, otf-ipamjfont/trunk/PKGBUILD)

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

Copied: otf-ipamjfont/repos/community-any/PKGBUILD (from rev 498992, otf-ipamjfont/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-08-12 08:29:04 UTC (rev 498993)
@@ -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