void-packages/srcpkgs/corkscrew/template
Colin Booth 0a8b683fb4 corkscrew: fix license, fix homepage
Since we are switching to a git tarball instead of a release tarball,
autoreconf becomes necessary.

Closes: #29764 [via git-merge-pr]
2021-04-04 20:19:59 -03:00

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
}