void-packages/srcpkgs/python3-dpkt/template
2020-04-11 06:41:29 +02:00

19 lines
524 B
Bash

# Template file for 'python3-dpkt'
pkgname=python3-dpkt
version=1.9.2
revision=1
archs=noarch
wrksrc="dpkt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
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=52a92ecd5ca04d5bd852bb11cb2eac4bbe38b42a7c472e0d950eeb9f82a81e54
post_install() {
vlicense LICENSE
}