summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:54:51 +0300
committerstargr@gmail.com2015-06-08 17:54:51 +0300
commit7ecc0c9df730c813761e6431f343b9cbdf07506b (patch)
tree0dfefcb587a0858dcebc09d35e1b158fa968143c
downloadaur-7ecc0c9df730c813761e6431f343b9cbdf07506b.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..57d4bde8d3c2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-portuguese-dictionary
+ pkgdesc = Portuguese dictionary for WPS Office
+ pkgver = 20140218
+ 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/pt_PT.zip
+ sha1sums = 57d2a25257154d104d8938183bce2b67c68495c5
+
+pkgname = wps-office-extension-portuguese-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ffa6d179334e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-portuguese-dictionary
+pkgver=20140218
+pkgrel=2
+pkgdesc='Portuguese 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/pt_PT.zip)
+sha1sums=('57d2a25257154d104d8938183bce2b67c68495c5')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/pt_PT.zip -d $pkgdir/usr/lib/office6/dicts
+}