[arch-commits] Commit in ttf-cheapskate/repos (testing-any testing-any/PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Jun 5 08:34:14 UTC 2018


    Date: Tuesday, June 5, 2018 @ 08:34:13
  Author: eworm
Revision: 325912

archrelease: copy trunk to testing-any

Added:
  ttf-cheapskate/repos/testing-any/
  ttf-cheapskate/repos/testing-any/PKGBUILD
    (from rev 325911, ttf-cheapskate/trunk/PKGBUILD)

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

Copied: ttf-cheapskate/repos/testing-any/PKGBUILD (from rev 325911, ttf-cheapskate/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-06-05 08:34:13 UTC (rev 325912)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=ttf-cheapskate
+pkgver=2.0
+pkgrel=12
+pkgdesc="TTFonts collection from dustimo.com"
+arch=('any')
+url="http://dustismo.com/"
+license=('GPL')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=(https://sources.archlinux.org/other/packages/ttf-cheapskate/ttf-dustin_20030517.orig.tar.gz)
+sha1sums=('66fe8772adf3e3390706c2a34380e380d5533677')
+
+package() {
+  cd ttf-dustin-20030517
+  for file in *.zip; do
+    bsdtar -xf $file
+  done
+  install -d "${pkgdir}/usr/share/fonts/TTF"
+  install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
+}



More information about the arch-commits mailing list