1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-27 17:09:29 +01:00

13 lines
431 B
Makefile
Raw Normal View History

################################################################################
#
# skill-alerts
#
################################################################################
2023-05-17 09:21:52 +02:00
SKILL_ALERTS_VERSION = 83c9a717d6829492b9c95485de6ff0acc76ab962
SKILL_ALERTS_SITE = $(call github,OpenVoiceOS,skill-alerts,$(SKILL_ALERTS_VERSION))
SKILL_ALERTS_SETUP_TYPE = setuptools
SKILL_ALERTS_LICENSE_FILES = LICENSE
$(eval $(python-package))