From 631a0633cd97a2adf2f1ae02c3f4b357a1a53eb7 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Wed, 8 Apr 2020 22:52:46 -0500 Subject: [PATCH] New package: python3-dpkt --- srcpkgs/python3-dpkt/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-dpkt/template diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template new file mode 100644 index 00000000000..5ca1a6b1dbb --- /dev/null +++ b/srcpkgs/python3-dpkt/template @@ -0,0 +1,18 @@ +# 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 " +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 +}