summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 18:10:47 +0300
committerstargr@gmail.com2015-06-08 18:10:47 +0300
commit5fd017fd0409cef7668653c403302bc9c377fff0 (patch)
tree4a8b67a2cf1fd2e16720730d2a18fb2eab992c5b
downloadaur-5fd017fd0409cef7668653c403302bc9c377fff0.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..75b740d1d4cf
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-turkish-dictionary
+ pkgdesc = Turkish dictionary for WPS Office
+ pkgver = 20131224
+ pkgrel = 2
+ url = http://wps-community.org/download/dicts
+ arch = any
+ groups = wps-office-extensions
+ license = custom
+ makedepends = unzip
+ depends = wps-office
+ source = http://wps-community.org/download/dicts/tr_TR.zip
+ sha1sums = 467908aefffc4dea537d2a97aac6e105502c1abe
+
+pkgname = wps-office-extension-turkish-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2b4779d572bb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-turkish-dictionary
+pkgver=20131224
+pkgrel=2
+pkgdesc='Turkish dictionary for WPS Office'
+arch=('any')
+url='http://wps-community.org/download/dicts'
+license=('custom')
+depends=('wps-office')
+groups=('wps-office-extensions')
+makedepends=('unzip')
+source=(http://wps-community.org/download/dicts/tr_TR.zip)
+sha1sums=('467908aefffc4dea537d2a97aac6e105502c1abe')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/tr_TR.zip -d $pkgdir/usr/lib/office6/dicts
+}