summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7e4e5ab4be05700accf1721a9ea0e7fb258a4c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>

pkgname=mystem
pkgver=3.1
pkgrel=2
epoch=0
pkgdesc='Morphological analyser of the text for Russian, Polish and English.'
arch=('x86_64')
url='https://tech.yandex.ru/mystem/'
license=('custom')
depends=()
makedepends=()
optdepends=('python-pymystem3: Python bindings for mystem.')
source=('http://download.cdn.yandex.net/mystem/mystem-3.1-linux-64bit.tar.gz')
sha256sums=('4696f4ea8ce3ecda24ef5e8dfe7e4b16cfa5f1844edfcca31c34d636b73c0a62')

package() {
    install -m 755 -D -t $pkgdir/usr/bin mystem
}