15 lines
496 B
Bash
15 lines
496 B
Bash
# Template file for 'scapy'
|
|
pkgname=scapy
|
|
version=2.4.3
|
|
revision=2
|
|
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=e2f8d11f6a941c14a789ae8b236b27bd634681f1b29b5e893861e284d234f6b0
|