pentoo-overlay/net-analyzer/sipvicious/sipvicious-0.3.0.ebuild
2020-03-20 16:18:31 +08:00

20 lines
510 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit eutils distutils-r1
DESCRIPTION="A voip pentest tools suite"
HOMEPAGE="https://github.com/EnableSecurity/sipvicious"
SRC_URI="https://github.com/EnableSecurity/sipvicious/archive/v0.3.0.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pdf"
RDEPEND="pdf? ( dev-python/reportlab )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"