void-packages/srcpkgs/python3-dpkt/template
2021-10-09 08:01:29 -04:00

19 lines
531 B
Bash

# Template file for 'python3-dpkt'
pkgname=python3-dpkt
version=1.9.7.2
revision=2
wrksrc="dpkt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Basic TCP/IP packet creation and parsing"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/kbandla/dpkt"
distfiles="${PYPI_SITE}/d/dpkt/dpkt-${version}.tar.gz"
checksum=80f977667ebbad2b5c4f7b7f45ee8bea6622fb71723f68a9a8fe6274520c853b
post_install() {
vlicense LICENSE
}