summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD21
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e8226d349137
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = thesaurus-pl
+ pkgdesc = A plain text thesaurus file for Polish language suitable for using with vim
+ pkgver = 0.8.67
+ pkgrel = 1
+ url = https://dobryslownik.pl/
+ arch = any
+ license = GPL
+ conflicts = thesaurus-pl
+ source = https://pobierz.dobryslownik.pl/thesaurus.txt-latest.gz
+ md5sums = 686c9f4659c45dde17181aab7a7d31d2
+ sha256sums = 42bad24d64bc676e4396bfc761fb493ba22781011e7d9841f463f5cbf28769fd
+
+pkgname = thesaurus-pl
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..51a9321568f8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: fenuks
+
+pkgname=thesaurus-pl
+pkgver=0.8.67
+pkgrel=1
+pkgdesc="A plain text thesaurus file for Polish language suitable for using with vim"
+arch=("any")
+url="https://dobryslownik.pl/"
+license=("GPL")
+depends=()
+optdepends=()
+conflicts=("${pkgname}")
+# install=$pkgname.install
+source=("https://pobierz.dobryslownik.pl/thesaurus.txt-latest.gz")
+md5sums=('686c9f4659c45dde17181aab7a7d31d2')
+sha256sums=('42bad24d64bc676e4396bfc761fb493ba22781011e7d9841f463f5cbf28769fd')
+
+package() {
+ cd "${srcdir}"
+ install -Dm644 thesaurus.txt-latest "$pkgdir/usr/share/thes/polish"
+}