New package: redir-3.3

Closes: #18476 [via git-merge-pr]
This commit is contained in:
Andrew J. Hesford 2020-01-22 12:47:45 -05:00 committed by Duncaen
parent de2311e2bc
commit ac7ee8bef1
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 17 additions and 0 deletions

17
srcpkgs/redir/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'redir'
pkgname=redir
version=3.3
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Redirect TCP connections"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-2.0-only"
homepage="https://github.com/troglobit/redir"
changelog="https://github.com/troglobit/redir/raw/master/ChangeLog.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=7311731097aabd390bd4d8f390980278b16b25d0bae8e21a9e768cd824f846f7
pre_configure() {
sh autogen.sh
}