17 lines
515 B
Bash
17 lines
515 B
Bash
# Template file for 'scapy'
|
|
pkgname=scapy
|
|
version=2.4.5
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="tcpdump python3"
|
|
short_desc="Powerful interactive packet manipulation program written in Python"
|
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://scapy.net/"
|
|
distfiles="${PYPI_SITE}/s/scapy/scapy-${version}.tar.gz"
|
|
checksum=bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|