Date: Sunday, January 15, 2017 @ 00:42:52
  Author: heftig
Revision: 286381

archrelease: copy trunk to testing-any

Added:
  noto-fonts-cjk/repos/testing-any/
  noto-fonts-cjk/repos/testing-any/PKGBUILD
    (from rev 286380, noto-fonts-cjk/trunk/PKGBUILD)

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

Copied: noto-fonts-cjk/repos/testing-any/PKGBUILD (from rev 286380, 
noto-fonts-cjk/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2017-01-15 00:42:52 UTC (rev 286381)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=noto-fonts-cjk
+pkgver=1.004
+pkgrel=4
+pkgdesc="Google Noto CJK fonts"
+arch=(any)
+url="https://www.google.com/get/noto/";
+license=(custom:SIL)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/googlei18n/noto-cjk/archive/v$pkgver.tar.gz";)
+sha256sums=('835a42755c1e8d6a4a406f32609da1f0fa7f9674d05760f0be658d9d6f4ab71c')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  bsdtar -C "$pkgdir/usr/share/fonts/noto" -xf 
noto-cjk-$pkgver/NotoSansCJK.ttc.zip
+  install -Dm644 noto-cjk-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to