19 lines
596 B
Bash
19 lines
596 B
Bash
# Template file for 'python3-snowballstemmer'
|
|
pkgname=python3-snowballstemmer
|
|
version=1.2.1
|
|
revision=6
|
|
wrksrc="snowballstemmer-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Snowball stemming library collection for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/shibukawa/snowball_py"
|
|
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
|
|
checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|