summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2016-04-23 10:44:55 +0300
committerstargr@gmail.com2016-04-23 10:44:55 +0300
commit383b80197bc2bc48ad601cd4c3b1e83bc865f605 (patch)
treeb4d57719a44de8172bfecd026a9312f4c85b94b8
downloadaur-383b80197bc2bc48ad601cd4c3b1e83bc865f605.tar.gz
Initial upload
-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..b3fa7aac2621
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-croatian-dictionary
+ pkgdesc = Croatian dictionary for WPS Office
+ pkgver = 20160323
+ pkgrel = 1
+ 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/hr_HR.zip
+ sha1sums = 048f06abdb224eaee744f350547576c3be9c485a
+
+pkgname = wps-office-extension-croatian-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..93bfbc36084e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-croatian-dictionary
+pkgver=20160323
+pkgrel=1
+pkgdesc='Croatian 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/hr_HR.zip)
+sha1sums=('048f06abdb224eaee744f350547576c3be9c485a')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/hr_HR.zip -d $pkgdir/usr/lib/office6/dicts
+}