void-packages/srcpkgs/python3-snowballstemmer/template

18 lines
556 B
Bash

# Template file for 'python3-snowballstemmer'
pkgname=python3-snowballstemmer
version=2.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Snowball stemming library collection for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/snowballstem/snowball"
distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz"
checksum=09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1
post_install() {
vlicense COPYING
}