Search Criteria
Package Details: honk 1.5.2-1
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.000000 |
| First Submitted: | 2021-01-24 00:49 (UTC) |
| Last Updated: | 2025-11-25 19:10 (UTC) |
Dependencies (5)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go)
- sqlite (sqlite-fossilAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
- sqlite (sqlite-fossilAUR) (make)
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, nginx-quic-libresslAUR, freenginx-libresslAUR, freenginx-mainlineAUR, angieAUR, 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/mansections. 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,
honkwas using the man pages to converts them to html on the fly: check outlocalhost:8080/help/honk.1.htmlif 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-gowhengoalso works?And why not strip the binary?
And why place binaries, man pages etc. in non-standard places?