Package Details: websockify-git v0.9.0.r52.geca301c-1

Git Clone URL: https://aur.archlinux.org/websockify-git.git (read-only, click to copy)
Package Base: websockify-git
Description: WebSockets support for any application/server
Upstream URL: https://github.com/novnc/websockify
Licenses: LGPL3
Conflicts: websockify
Provides: websockify
Submitter: dasbaumwolltier
Maintainer: None
Last Packager: dasbaumwolltier
Votes: 0
Popularity: 0.000000
First Submitted: 2021-06-06 15:46 (UTC)
Last Updated: 2021-06-06 15:46 (UTC)

Dependencies (3)

Required by (6)

Sources (1)

Latest Comments

leuko commented on 2023-10-18 10:51 (UTC)

Reposting my comment on the websockify AUR page:


rebind.so is not bundled in this package which is for example used by jupyter-remote-server-proxy. Can you please bundle rebind.so @dasbaumwolltier ?

Modifications to include rebind.so:

 build() {
...
       python setup.py build
+       make
 }

package() {
...
+       install -Dm644 rebind.so "$pkgdir"/usr/lib/websockify/rebind.so
 }