6ef40982fa
- 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>
15 lines
404 B
Makefile
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))
|