87ba7be02f
Add hash file Convert to meson build Use https instead of http and git Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com> [yann.morin.1998@free.fr: also switch repo to https] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
397 B
Makefile
14 lines
397 B
Makefile
################################################################################
|
|
#
|
|
# yavta
|
|
#
|
|
################################################################################
|
|
|
|
YAVTA_VERSION = 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70
|
|
YAVTA_SITE = https://git.ideasonboard.org/git/yavta.git
|
|
YAVTA_SITE_METHOD = git
|
|
YAVTA_LICENSE = GPL-2.0+
|
|
YAVTA_LICENSE_FILES = COPYING.GPL
|
|
|
|
$(eval $(meson-package))
|