Search Criteria
Package Details: webserv 0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/webserv.git (read-only, click to copy) | 
|---|---|
| Package Base: | webserv | 
| Description: | This is a web server written in C++98 from a student project | 
| Upstream URL: | https://github.com/t-h2o/webserv | 
| Licenses: | custom | 
| Submitter: | t-h2o | 
| Maintainer: | t-h2o | 
| Last Packager: | t-h2o | 
| Votes: | 0 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2023-03-14 00:04 (UTC) | 
| Last Updated: | 2024-06-03 09:46 (UTC) | 
Dependencies (3)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR)
 - git (git-gitAUR, git-glAUR) (make)
 - make (make-gitAUR, make-staticAUR) (make)
 
Latest Comments
TrialnError commented on 2024-02-14 22:00 (UTC) (edited on 2024-02-14 22:02 (UTC) by TrialnError)
As a821 already said: Please change the
packagefunction as it does things the wrong way on multiple levels.An example what a replacement looks like:
instead of the
sudo cpinto/a821 commented on 2023-08-10 12:10 (UTC)
Please do not use
sudoin the PKGBUILD. Also check the VCS package guidelines