mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* add missing hashes & correct licenses * disable conventional license files for IPK pkgs + more fixes * libretro-database: bump libretro-database version (with existent License) * libretro-*: redirect to upstream links pointing to recalbox src
14 lines
442 B
Makefile
14 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# python-keyboard
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_KEYBOARD_VERSION = 0.13.5
|
|
PYTHON_KEYBOARD_SITE = $(call github,boppreh,keyboard,v$(PYTHON_KEYBOARD_VERSION))
|
|
PYTHON_KEYBOARD_LICENSE = MIT
|
|
PYTHON_KEYBOARD_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_KEYBOARD_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|