[arch-commits] Commit in ttf-cheapskate/repos (testing-any testing-any/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu May 18 11:36:39 UTC 2017
Date: Thursday, May 18, 2017 @ 11:36:38
Author: eworm
Revision: 296253
archrelease: copy trunk to testing-any
Added:
ttf-cheapskate/repos/testing-any/
ttf-cheapskate/repos/testing-any/PKGBUILD
(from rev 296252, ttf-cheapskate/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: ttf-cheapskate/repos/testing-any/PKGBUILD (from rev 296252, ttf-cheapskate/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2017-05-18 11:36:38 UTC (rev 296253)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=ttf-cheapskate
+pkgver=2.0
+pkgrel=11
+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