1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-04 12:37:50 +01:00

13 lines
554 B
Makefile
Raw Normal View History

################################################################################
#
# python-ovos-audio-plugin-simple
#
################################################################################
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_VERSION = e53e165de9c334e0541ce5b205dcdd86efc5dc0a
2022-02-23 13:43:53 +01:00
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_SITE = $(call github,OpenVoiceOS,ovos-audio-plugin-simple,$(PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_VERSION))
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_SETUP_TYPE = setuptools
PYTHON_OVOS_AUDIO_PLUGIN_SIMPLE_LICENSE = Apache-2.0
$(eval $(python-package))