summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Pinedo2016-11-07 23:31:06 +0100
committerChristian Pinedo2016-11-07 23:31:06 +0100
commit32f9de8ceadeea1fba4a842116780c53a701a72f (patch)
treeb831b641fb85e01e0faa58091e7d241f9bb5c8d6
downloadaur-32f9de8ceadeea1fba4a842116780c53a701a72f.tar.gz
First version of hyphen-eu-es package
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..69e445969060
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = hyphen-eu-es
+ pkgdesc = Basque hyphenation rules
+ pkgver = 1.2
+ pkgrel = 1
+ url = http://extensions.libreoffice.org/extension-center/xuxen-5-zuzentzaile-ortografikoa
+ arch = any
+ license = GPL
+ optdepends = hyphen: offers hyphenation library functions
+ source = http://extensions.libreoffice.org/extension-center/xuxen-5-zuzentzaile-ortografikoa/releases/1.2/xuxen_openoffice_libreoffice.oxt
+ sha256sums = e3ba62d4107c780a91fd4afb5e021e4c89ebed25d387d567be353fdf9407951f
+
+pkgname = hyphen-eu-es
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..296d3a37866a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Christian Pinedo <chr.pinedo@gmail.com>
+
+pkgname=hyphen-eu-es
+pkgver=1.2
+pkgrel=1
+pkgdesc="Basque hyphenation rules"
+arch=('any')
+url="http://extensions.libreoffice.org/extension-center/xuxen-5-zuzentzaile-ortografikoa"
+license=('GPL')
+optdepends=("hyphen: offers hyphenation library functions")
+source=("$url/releases/$pkgver/xuxen_openoffice_libreoffice.oxt")
+sha256sums=('e3ba62d4107c780a91fd4afb5e021e4c89ebed25d387d567be353fdf9407951f')
+
+package() {
+ install -D -m644 ${srcdir}/eu_hyph.dic ${pkgdir}/usr/share/hyphen/hyph_eu_ES.dic
+ mkdir -p ${pkgdir}/usr/share/myspell/dicts/
+ ln -s /usr/share/hyphen/hyph_eu_ES.dic ${pkgdir}/usr/share/myspell/dicts/hyph_eu_ES.dic
+ install -D -m644 ${srcdir}/eu_hyph_readme.txt ${pkgdir}/usr/share/doc/${pkgname}/readme.txt
+}