Search Criteria
Package Details: agate-bin 3.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/agate-bin.git (read-only, click to copy) |
---|---|
Package Base: | agate-bin |
Description: | Very simple server for the Gemini hypertext protocol |
Upstream URL: | https://github.com/mbrubeck/agate |
Licenses: | MIT, Apache |
Provides: | agate |
Submitter: | MidAutumnMoon |
Maintainer: | MidAutumnMoon |
Last Packager: | MidAutumnMoon |
Votes: | 2 |
Popularity: | 0.015405 |
First Submitted: | 2021-02-04 06:44 (UTC) |
Last Updated: | 2023-07-30 01:57 (UTC) |
Dependencies (0)
Required by (0)
Sources (7)
- agate.conf
- agate.sysusers
- agate@.service
- https://github.com/mbrubeck/agate/releases/download/v3.3.0/agate.aarch64-unknown-linux-gnu.gz
- https://github.com/mbrubeck/agate/releases/download/v3.3.0/agate.arm-unknown-linux-gnueabihf.gz
- https://github.com/mbrubeck/agate/releases/download/v3.3.0/agate.armv7-unknown-linux-gnueabihf.gz
- https://github.com/mbrubeck/agate/releases/download/v3.3.0/agate.x86_64-unknown-linux-gnu.gz
Latest Comments
catwell commented on 2022-02-14 13:41 (UTC)
It was a cache problem on my end, it works now, thanks.
MidAutumnMoon commented on 2022-02-13 07:29 (UTC)
@catwell Sorry for the delayed reply.
1) The systemd unit has been updated and the warning should have disappeared. 2) The hash of upstream binaries looks to be correct. Please let me know if it's still a problem.
catwell commented on 2022-02-11 10:46 (UTC)
The package is broken because the SHA256 of the binary changed.
catwell commented on 2022-02-05 09:52 (UTC)
Syslog configuration in the unit file results in this warning:
m040601 commented on 2021-03-11 20:47 (UTC)
@MidAutumnMoon
Thanks for your prompt response ! I've tested, and seems to work on armv7h.
MidAutumnMoon commented on 2021-03-11 09:02 (UTC)
@m040601 Apologise for not packaging the binaries for ARM users. I've updated the PKGBUILD. However, I don't have ARM devices, so I can't test if there're any packaging issues :(
m040601 commented on 2021-03-11 03:25 (UTC)
Please update the PKGBUILD to support missing (arm) architectures.
You currently have
This leaves out the Raspberry Pi 2, 3, 4 , the Raspberry Pi Zero and many other 54bit and 32bit arm boards and chromebooks that run perfectly fine Arch Linux arm.
As you can see here on the place where you're pulling the binaries's,
https://github.com/mbrubeck/agate/releases/
all the needed binaries are there, provided by the developer. So there's no reason not to include them in this PKGBUILD. Something like:
If you're not familiar with this, see how the yay-bin or gotop-bin PKGBUILD does it, https://aur.archlinux.org/packages/yay-bin or https://aur.archlinux.org/packages/gotop-bin
Thanks in advance
If you need more help here are some references:
https://en.wikipedia.org/wiki/ARM_architecture https://en.wikipedia.org/wiki/Raspberry_Pi