1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-26 16:53:47 +01:00
OpenVoiceOS/buildroot-external/package/skill-alerts/skill-alerts.mk
j1nx 294f15e193 Add and switch over to NeonGeckoCom its alert skill
This replaces the alarm and timer skill and fills in
the gap of reminders skill missing.
2022-11-16 12:30:28 +01:00

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))