Search Criteria
Package Details: ntfysh-bin 2.11.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ntfysh-bin.git (read-only, click to copy) |
---|---|
Package Base: | ntfysh-bin |
Description: | Send push notifications to your phone or desktop using PUT/POST |
Upstream URL: | https://github.com/binwiederhier/ntfy |
Licenses: | GPL2 |
Conflicts: | ntfy |
Provides: | ntfy |
Submitter: | arjan5 |
Maintainer: | arjan5 |
Last Packager: | arjan5 |
Votes: | 9 |
Popularity: | 0.036493 |
First Submitted: | 2021-12-15 14:53 (UTC) |
Last Updated: | 2024-05-14 07:51 (UTC) |
Latest Comments
arjan5 commented on 2023-06-29 20:44 (UTC)
I'm aware that the package is currently out of date. However, since I'm on vacation I won't be able to update it for some weeks.
acidicX commented on 2023-04-20 18:12 (UTC)
@arjan5 works like a charm now :) thank you!
arjan5 commented on 2023-04-20 15:36 (UTC)
@acidicX Thanks, as I don't have an aarch64 or armv7h machine with Arch, I couldn't test it myself. I updated the PKGBUILD now according to they yay-bin package. Does it work now like you expect?
acidicX commented on 2023-04-20 14:25 (UTC)
@arjan5 that didn't work. It's now specified as arch=('x86_64' 'aarch64' 'armv7h') but it still has the x86_64 source, which means that it will not work on aarch64 and armv7h systems.
@m040601 actually mentioned the right way, have a look at the yay-bin package. They specify the sources for the other architectures independently. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yay-bin
arjan5 commented on 2022-12-16 16:34 (UTC)
Thank you Unwilling6304 for providing the patch! I was away for some time, but now I'm back and I found your patch ready to go. It's now pushed!
Unwilling6304 commented on 2022-11-24 21:31 (UTC)
I made a patch here for the new version and to add the extra architectures like m040601 suggested. You can review it by creating a new branch than applying the patch with
git am <.patch file>
https://u.teknik.io/jcgx1.patchm040601 commented on 2022-11-06 20:31 (UTC) (edited on 2022-11-06 20:33 (UTC) by m040601)
Thank for maintaining this PKGBUILD for this very interesting tool.
Ntfy releases precompiled binaries not only for x86, but also arm etc, https://github.com/binwiederhier/ntfy/releases
Please change your PKGBUILD,
to something like
So that we can also use this tool on Archlinux arm on the raspberry pi 2 (armv7h), 3, raspberry pi 4 and other devices.
If you need help check how "yay-bin" does it, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yay-bin
Thanks in advance.