kumquat-buildroot/package/tio/tio.mk
Fabrice Fontaine 6ef40982fa package/tio: bump to version 1.40
- Switch to meson-package
- Add inih mandatory dependency
- COPYING has been removed because it was redundant with LICENSE file:
  39a9c4bbda
- Update indentation in hash file (two spaces)

https://github.com/tio/tio/blob/v1.40/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-06-28 00:26:42 +02:00

15 lines
404 B
Makefile

################################################################################
#
# tio
#
################################################################################
TIO_VERSION = 1.40
TIO_SOURCE = tio-$(TIO_VERSION).tar.xz
TIO_SITE = https://github.com/tio/tio/releases/download/v$(TIO_VERSION)
TIO_LICENSE = GPL-2.0+
TIO_LICENSE_FILES = LICENSE
TIO_DEPENDENCIES = inih
$(eval $(meson-package))