### this file is sourced not run
PKGVER=0.13.0.2025.12 # pull date
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=python3-websockify-$PKGVER.tar.gz
MD5SUM=b236e872bf7943a4a0b78cd1d812e8b2
SRC_URL=https://github.com/novnc/websockify/archive/e9bd68cbb81ab9b0c4ee5fa7a62faba824a142d1.tar.gz
BUNDLE=

SLACKREQ=python3
SLACKDESC="python3-websockify: python3-websockify $PKGVER Websocket Proxy
python3-websockify: 
python3-websockify: At the most basic level, websockify just translates WebSockets 
python3-websockify: traffic to normal socket traffic. Websockify accepts the WebSockets 
python3-websockify: handshake, parses it, and then begins forwarding traffic between the 
python3-websockify: client and the target in both directions.
python3-websockify: 
python3-websockify: https://github.com/novnc/websockify
python3-websockify: 
python3-websockify: 
python3-websockify: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}


