blob: 37cfbce7dcdfa10b222cb039c0c643d8b8065e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "Snowball compiler and stemming algorithms"
HOMEPAGE = "https://github.com/snowballstem/snowball"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"
PYPI_PACKAGE = "snowballstemmer"
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
|