void-packages/srcpkgs/corkscrew/template

17 lines
508 B
Bash

# Template file for 'corkscrew'
pkgname=corkscrew
version=2.0
revision=2
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Corkscrew is a tool for tunneling SSH through HTTP proxies"
maintainer="pulux <pulux@pf4sh.de>"
license="GPL-2.0-or-later"
homepage="https://github.com/bryanpkc/corkscrew"
distfiles="https://github.com/bryanpkc/corkscrew/archive/refs/tags/v${version}.tar.gz"
checksum=09d70daaa3145070a1e463dbab6ae1cbc62449b1e09c94e158f6017e7c79c9f6
pre_configure() {
autoreconf -fi
}