summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:47:20 +0300
committerstargr@gmail.com2015-06-08 17:47:20 +0300
commit13006f1561b354e3bd00f7157de8d744bd3b8a6c (patch)
tree11b94d758f8d81adb7aa3a5b8706b7853acd66bc /PKGBUILD
downloadaur-13006f1561b354e3bd00f7157de8d744bd3b8a6c.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..b4ea1a0aa13c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-italian-dictionary
+pkgver=20131121
+pkgrel=2
+pkgdesc='Italian 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/it_IT.zip)
+sha1sums=('aaa7e9d09d432837ba17eae0f680753d2c290085')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/it_IT.zip -d $pkgdir/usr/lib/office6/dicts
+}