Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 1 | SUMMARY = "A tool to help with creating, uploading, and upgrading Mycroft skills on the skills repo." |
| 2 | HOMEPAGE = "https://github.com/MycroftAI/mycroft-skills-kit" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://README.md;md5=2f90e43663eddf1c33087419fbb35e28" |
| 5 | |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 6 | SRC_URI[md5sum] = "dcb286c489d24d8b0fb8413835f7478a" |
| 7 | SRC_URI[sha256sum] = "56d3557889ee2ceebc72284f979aa6ddd4c7fbe2af31142eb6f51404f14516d5" |
Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | RDEPENDS_${PN} += "python3-git" |