Search Criteria
Package Details: kimchi-server-git r48.f26ac42ad5a8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kimchi-server-git.git (read-only, click to copy) |
---|---|
Package Base: | kimchi-server-git |
Description: | A bare-bones HTTP server |
Upstream URL: | https://sr.ht/~emersion/kimchi |
Licenses: | MIT |
Submitter: | emersion |
Maintainer: | emersion |
Last Packager: | emersion |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-23 09:09 (UTC) |
Last Updated: | 2022-07-06 14:45 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- scdoc (scdoc-gitAUR) (make)
Latest Comments
emersion commented on 2021-02-19 09:48 (UTC)
You're right, I misunderstood. Fixed, thanks!
somini commented on 2021-02-18 17:33 (UTC)
The "git" package is also a makedepends in this case.
somini commented on 2021-02-18 16:58 (UTC) (edited on 2021-02-18 16:58 (UTC) by somini)
I don't think so.
The Makefile is overriding the GOFLAGS variable here:
https://git.sr.ht/~emersion/kimchi/tree/master/item/Makefile#L7
Maybe this should be sent as a patch on sourcehut, but this works:
emersion commented on 2021-02-18 16:53 (UTC)
@somini Hm, this doesn't seem to match the wiki:
https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options
Should the wiki page be updated?
somini commented on 2021-02-18 16:51 (UTC)
The Makefile adds its own Go flags, so the PKGBUILD flags from the environment variable are ignored, they should be moved to makefile variables.
This removes the "Package contains reference to $srcdir" warning.
Here's a patch: