16 lines
487 B
Bash
16 lines
487 B
Bash
# Template file for 'scapy'
|
|
pkgname=scapy
|
|
version=2.4.0
|
|
revision=1
|
|
noarch=yes
|
|
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"
|
|
homepage="https://scapy.net/"
|
|
distfiles="${PYPI_SITE}/s/scapy/scapy-${version}.tar.gz"
|
|
checksum=452f714f5c2eac6fd0a6146b1dbddfc24dd5f4103f3ed76227995a488cfb2b73
|