commix-3.2.ebuild

This commit is contained in:
Anton Bolshakov 2021-04-15 12:27:51 +08:00
parent 94fca6d896
commit 3b110ef236
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 22 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST commix-3.1.tar.gz 246300 BLAKE2B f34dcb13cf5414cb5be3ab06ba2b4063585ec78bef796e459eddab7ab44d01c2734b7178e0c76fa8aaa7ca858c847087ba420736c188fa4f5401fe9a55673072 SHA512 2593c08896b1b2baf2d34dea0a267de8137ab07c3a170d13b9565a31f7d2afb2de0d37a87b5386a3c1d521cc21dfab0648f8bf252ebcae96d3ad2b87c4ef85d8
DIST commix-3.2.tar.gz 251090 BLAKE2B 40d9a74664bd1fedc969815040f48d7df2d3782d95f766415b962b61914c60f3de7c125176fc9d29aec21b5700abf2733a8af401a8045a3ab51456e21b0fa475 SHA512 22faad92b7fcbf5333c4f43bfc406932f69bfcbcf8f06c12ad984cec58de4722d998f7f5a68b7948dcbbbac8251b70b4b05f15da838f41cb6a6ec7423407c50e

View file

@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Automated All-in-One OS command injection and exploitation tool"
HOMEPAGE="https://github.com/commixproject/commix"
SRC_URI="https://github.com/commixproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"