blob: e442774a9ba5f38f3e2c9dd60e8ef7e1262d7a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "A shim around Click that renders help output nicely using Rich."
HOMEPAGE = "https://github.com/ewels/rich-click"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5372b77c3720be60b7eff9a9a5c0000d"
PYPI_PACKAGE = "rich_click"
SRC_URI[sha256sum] = "0f49471f04439269d0e66a6f43120f52d11d594869a2a0be600cfb12eb0616b9"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
python3-click \
python3-rich \
"
BBCLASSEXTEND += "native nativesdk"
|