pentoo-overlay/net-analyzer/pwncat/pwncat-0.1.2.ebuild
2022-01-03 09:10:05 +08:00

16 lines
472 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Netcat with IDS/IPS evasion, bind reverse shell and port forwarding magic"
HOMEPAGE="https://github.com/cytopia/pwncat"
SRC_URI="https://github.com/cytopia/pwncat/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"