mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
New package: python3-dpkt
This commit is contained in:
parent
bb93b90459
commit
b9dc124ad7
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-dpkt/template
Normal file
18
srcpkgs/python3-dpkt/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue