summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 18:02:09 +0300
committerstargr@gmail.com2015-06-08 18:02:09 +0300
commit51ecb79019feb9dffcd4aa9ab96265b4db226eea (patch)
treeb3634eb3d16e895e8efc32166acbb9062e8059bb /PKGBUILD
downloadaur-51ecb79019feb9dffcd4aa9ab96265b4db226eea.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5517a6f62c68
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-slovak-dictionary
+pkgver=20141010
+pkgrel=2
+pkgdesc='Slovak 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/sk_SK.zip)
+sha1sums=('97613d961b76730a157ed611b3c0d3e76e518c89')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/sk_SK.zip -d $pkgdir/usr/lib/office6/dicts
+}