summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstargr@gmail.com2015-06-08 17:52:47 +0300
committerstargr@gmail.com2015-06-08 17:52:47 +0300
commitb1fe43d5927f4590b57a5fe8babc42b088002983 (patch)
tree993eb1121158b2594b2102eb28a02ffd1c61d4e6
downloadaur-b1fe43d5927f4590b57a5fe8babc42b088002983.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..d3a30bfe8688
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wps-office-extension-portuguese-brazilian-dictionary
+ pkgdesc = Portuguese (Brazilian) dictionary for WPS Office
+ pkgver = 20131121
+ 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_BR.zip
+ sha1sums = af185af9dbb576216ae5de69101ed3a2ae70e7da
+
+pkgname = wps-office-extension-portuguese-brazilian-dictionary
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3743dba2a7ab
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: helix <stargr[at]gmail[dot]com>
+pkgname=wps-office-extension-portuguese-brazilian-dictionary
+pkgver=20131121
+pkgrel=2
+pkgdesc='Portuguese (Brazilian) 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_BR.zip)
+sha1sums=('af185af9dbb576216ae5de69101ed3a2ae70e7da')
+
+package() {
+ install -dm755 $pkgdir/usr/lib/office6/dicts
+ unzip -q $srcdir/pt_BR.zip -d $pkgdir/usr/lib/office6/dicts
+}