2017-12-05 17:22:59 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# glorytun
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2018-08-21 21:56:52 +02:00
|
|
|
GLORYTUN_VERSION = 0.0.99-mud
|
2017-12-05 17:22:59 +01:00
|
|
|
GLORYTUN_SITE = https://github.com/angt/glorytun/releases/download/v$(GLORYTUN_VERSION)
|
|
|
|
GLORYTUN_DEPENDENCIES = libsodium host-pkgconf
|
|
|
|
GLORYTUN_LICENSE = BSD-2-clause
|
|
|
|
GLORYTUN_LICENSE_FILES = LICENSE
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|