18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'scapy'
|
|
pkgname=scapy
|
|
version=2.5.0
|
|
revision=1
|
|
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=5b260c2b754fd8d409ba83ee7aee294ecdbb2c235f9f78fe90bc11cb6e5debc2
|
|
|
|
post_install() {
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|