Package Details: nodejs-serve 14.2.3-3

Git Clone URL: https://aur.archlinux.org/nodejs-serve.git (read-only, click to copy)
Package Base: nodejs-serve
Description: Quick HTTP server
Upstream URL: https://github.com/zeit/serve
Keywords: nodejs server sharing
Licenses: MIT
Submitter: angelsl
Maintainer: fossdd
Last Packager: fossdd
Votes: 4
Popularity: 0.010937
First Submitted: 2018-02-06 07:48 (UTC)
Last Updated: 2024-09-20 13:31 (UTC)

Latest Comments

micwoj92 commented on 2024-09-21 00:02 (UTC)

Thanks for the fix. I think you accidentally commited source file in 3bfa65aa183e

fossdd commented on 2024-09-20 13:32 (UTC)

I added xsel to depends and removed the pre-shipped xsel by clipboardy which seems to be 7 years old and not verified by other sources (e.g. against vulnerabilities and back-doors). Also I symlinked the license.md to /usr/share/licenses/${pkgname}/LICENSE.md. Hope that it helps!

micwoj92 commented on 2024-09-17 20:07 (UTC)

For me this package installs /usr/lib/node_modules/serve/node_modules/clipboardy/fallbacks/linux/xsel which links against /usr/lib/libc.so.6 (glibc) and /usr/lib/libX11.so.6 (libx11).
I don't know what it does, but this ELF binary exists there. It doesn't hurt (and actually is recommended) to add direct dependencies.

Arch packaging guidelines say that licenses should be installed in /usr/share/licenses/${pkgname}/ directories.

fossdd commented on 2024-09-17 13:19 (UTC)

Package shouldn't have any architecture.

You sure? I checked and it seems that there are no arch-specific files installed.

Please also install license file

License is installed at usr/lib/node_modules/serve/license.md like most nodejs packages.

and add libx11+glibc to depends.

glibc is assumed as it's a dependency of base-devel. And I guess libx11 is not strictly required by it.

micwoj92 commented on 2024-09-15 11:40 (UTC)

Package shouldn't have any architecture. Please also install license file and add libx11+glibc to depends.

angelsl commented on 2021-12-27 05:23 (UTC)

Abandoning in favour of miniserve.