summaryrefslogtreecommitdiff
blob: 4e706162dccb118220159701e5f884f9ccb24a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Redir is a port redirector"
HOMEPAGE="https://github.com/troglobit/redir"
SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~sparc ~x86 ~amd64-fbsd"

DOCS=( ChangeLog.md README.md transproxy.txt )