Search Criteria
Package Details: honk 0.9.8-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/honk.git (read-only, click to copy) |
---|---|
Package Base: | honk |
Description: | ActivityPub compatible server with web frontend. |
Upstream URL: | https://humungus.tedunangst.com/r/honk |
Keywords: | activitypub federation honk server |
Licenses: | custom:ISC |
Conflicts: | honk, honk-hg |
Provides: | honk |
Submitter: | lionelm |
Maintainer: | lionelm |
Last Packager: | lionelm |
Votes: | 2 |
Popularity: | 0.002155 |
First Submitted: | 2021-01-24 00:49 (UTC) |
Last Updated: | 2022-07-21 13:16 (UTC) |
Dependencies (5)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go)
- sqlite (sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- sqlite (sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil) (make)
- nginx (nginx-nchan-git, nginx-nchan, nginx-pagespeed, nginx-pagespeed-src, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-mainline-boringssl, nginx-minimal, nginx-quic-vkontakte, zestginx, nginx-quiche, nginx-quic-openssl-hg, nginx-mainline-pushstream, nginx-libressl, tengine, nginx-quic, tengine-extra, nginx-mainline) (optional) – for TLS and reverse proxying.
Latest Comments
lionelm commented on 2022-05-26 09:54 (UTC)
@dreamLogic I'm a mere packager, I didn't write a lick of code for this software.
dreamLogic commented on 2022-05-26 02:12 (UTC)
@lionelm: Thank you. That makes sense. Thank you for making this software and making an Arch package for it.
lionelm commented on 2022-05-25 23:09 (UTC)
@dreamLogic it should be fixed, it was an old remnants of a gzip command.
dreamLogic commented on 2022-05-25 01:49 (UTC) (edited on 2022-05-25 01:56 (UTC) by dreamLogic)
Build fails, the PKGBUILD has a missing "tgz" in the source line it seems and it tries to download the 0.9.6 version (but fails) rather than the newest 0.9.7.
Edit: If you add the tgz it downloads and verifies but then gives an odd message: Option "-k" is unknown, try "ip --help"
I'm trying to hack it to get it to work, but I obviously don't know what I'm doing.
lionelm commented on 2021-05-11 20:38 (UTC) (edited on 2021-05-11 20:48 (UTC) by lionelm)
Thanks for the input:! I'll install the man pages in the relevant
/usr/share/man
sections. As for thestrip
, since it was my first AUR package, I think it's a leftover from a template I took somewhere. i'll update all that including the binary paths.One thing to note,
honk
was using the man pages to converts them to html on the fly: check outlocalhost:8080/help/honk.1.html
if you installed the package, though the 8080 port is not what you might have configured.kseistrup commented on 2021-05-10 18:56 (UTC)
Why
gcc-go
whengo
also works?And why not strip the binary?
And why place binaries, man pages etc. in non-standard places?