f6f2feec45
Corkscrew is a tool for tunneling SSH through HTTP proxies Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> [Thomas: add hash for license file, add entry in DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
431 B
Makefile
14 lines
431 B
Makefile
################################################################################
|
|
#
|
|
# corkscrew
|
|
#
|
|
################################################################################
|
|
|
|
CORKSCREW_VERSION = a94f745b40077172b8fe7d77e2d583b9cf900281
|
|
CORKSCREW_SITE = $(call github,bryanpkc,corkscrew,$(CORKSCREW_VERSION))
|
|
CORKSCREW_LICENSE = GPL-2.0
|
|
CORKSCREW_LICENSE_FILES = COPYING
|
|
CORKSCREW_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|