Search Criteria
Package Details: httplab 0.4.0-1
Git Clone URL: | https://aur.archlinux.org/httplab.git (read-only, click to copy) |
---|---|
Package Base: | httplab |
Description: | The interactive web server |
Upstream URL: | http://github.com/gchaincl/httplab |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | gchaincl |
Maintainer: | gchaincl |
Last Packager: | gchaincl |
Votes: | 5 |
Popularity: | 0.000239 |
First Submitted: | 2017-02-23 11:39 |
Last Updated: | 2019-01-16 15:52 |
Dependencies (3)
- gzip (gzip-git, gzip-with-pigz-symlinks, dxcompress, dxcompress-git) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- wget (wget-git) (make)
Latest Comments
miroslav.jaros91 commented on 2018-09-13 13:53
There is mistake in the PKGBUILD, instead of {$pkgver}, which results in {0.4.0} there should be ${pkgver}
gchaincl commented on 2017-09-04 10:06
Thanks, @OJFord, I've updated it to v0.3.0.
OJFord commented on 2017-09-01 17:46
Fails to install with warnings to ensure no version mismatch between .SRCINFO and PKGBUILD, and to ensure package name has -git suffix if devel. I think it's the former that's the problem; it seems to be 0.2.1-2 in PKGBUILD, but stuck at 0.1-1 in .SRCINFO?
gchaincl commented on 2017-03-13 11:39
Thanks @frcl, fixed!
frcl commented on 2017-03-13 11:28
Isn't the binary supposed to be executable? `install -D -s -m644` results in `permission denied: httplab` for me. Permissions should be `755` I think.
gchaincl commented on 2017-03-08 08:15
thanks!
zethra commented on 2017-03-06 18:25
This package doesn't build for me because gocui isn't in my GOPATH. Adding "export GOPATH=`pwd`/.." as the first line of build() fixes this.