mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
294f15e193
This replaces the alarm and timer skill and fills in the gap of reminders skill missing.
13 lines
432 B
Makefile
13 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# skill-alerts
|
|
#
|
|
################################################################################
|
|
|
|
SKILL_ALERTS_VERSION = fa8b142fdd485a3c5cdb3757d10ca1b4ba019eb9
|
|
SKILL_ALERTS_SITE = $(call github,NeonGeckoCom,skill-alerts,$(SKILL_ALERTS_VERSION))
|
|
SKILL_ALERTS_SETUP_TYPE = setuptools
|
|
SKILL_ALERTS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|