Files
infix/package/iito/iito.mk
T
Tobias WaldekranzandJoachim Wiberg 2b7119b332 iito: Add package
Used to control LEDs based on system state.
2023-11-14 16:41:03 +01:00

14 lines
397 B
Makefile

################################################################################
#
# iito
#
################################################################################
IITO_VERSION = 1.0.0
IITO_SITE = https://github.com/kernelkit/iito/releases/download/v$(IITO_VERSION)
IITO_LICENSE = GPL-2.0
IITO_LICENSE_FILES = COPYING
IITO_DEPENDENCIES = jansson libev udev
$(eval $(autotools-package))