summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWayne Hartmann2015-09-14 19:28:21 -0500
committerWayne Hartmann2015-09-14 19:28:21 -0500
commit1f3922b6beb484c9ff862981ba89a96c75a8ad2f (patch)
treea5821d366817f887daf0a914c4790de3c9a1fef6 /PKGBUILD
downloadaur-1f3922b6beb484c9ff862981ba89a96c75a8ad2f.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..381c4a03bd14
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=ttf-wps-fonts
+pkgver=1.0
+pkgrel=1
+pkgdesc="Symbol fonts required by wps-office."
+arch=(any)
+depends=(fontconfig xorg-font-utils)
+source=($pkgname::git+https://github.com/wayne-hartmann/ttf-wps-fonts.git)
+install=$pkgname.install
+md5sums=('SKIP')
+
+package() {
+ install -d "$pkgdir/usr/share/fonts/wps-fonts"
+ install -m644 "$srcdir/$pkgname/"*.ttf "$pkgdir/usr/share/fonts/wps-fonts/"
+}