14 lines
438 B
Makefile
14 lines
438 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# glorytun
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
GLORYTUN_VERSION = 0.0.93-mud
|
||
|
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))
|