15 lines
496 B
Bash
15 lines
496 B
Bash
# Template file for 'scapy'
|
|
pkgname=scapy
|
|
version=2.4.2
|
|
revision=1
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="scapy"
|
|
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=1baa048936207ceb1a4281a0e1e3b4317667c754872a0bb4734c5213c468e86a
|