summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 51a9321568f8e1fa2e12bb3c62870d1018ac1934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}