Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 1 | SUMMARY = "Expand system variables Unix style" |
2 | HOMEPAGE = "https://github.com/sayanarijit/expandvars" | ||||
3 | LICENSE = "MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8b2e744064bd184728ac09dbfb52aaf4" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844" | ||||
7 | |||||
8 | inherit pypi python_hatchling python_setuptools_build_meta | ||||
9 | |||||
10 | BBCLASSEXTEND = "native nativesdk" |