Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Snowball compiler and stemming algorithms" |
2 | HOMEPAGE = "https://github.com/snowballstem/snowball" | ||||
3 | |||||
4 | LICENSE = "BSD-3-Clause" | ||||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" | ||||
8 | |||||
9 | PYPI_PACKAGE = "snowballstemmer" | ||||
10 | |||||
11 | inherit pypi setuptools3 | ||||
12 | |||||
13 | BBCLASSEXTEND = "native nativesdk" |