mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
This is a fork of the unmaintained 2.x version Closes: https://bugs.gentoo.org/660414 Package-Manager: Portage-2.3.41, Repoman-2.3.9
15 lines
420 B
Bash
15 lines
420 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# 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 )
|