A collection of custom PKGBUILD scripts for Arch Linux ARM, maintained by Gomasy.
| Package | Description |
|---|---|
| asterisk-lts-22 | A complete PBX solution — LTS release 22 |
| libreswan | IPsec implementation with IKEv1 and IKEv2 keying protocols |
| mackerel-agent | Application performance management agent by Mackerel |
| minio-modified | Object storage server compatible with Amazon S3 |
| neovim-mainline | Fork of Vim built from the latest mainline source |
| nestopia | High-accuracy NES/Famicom emulator |
| nginx-mainline-mod-brotli | Brotli compression module for mainline nginx |
| nginx-mainline-mod-fancyindex | Fancy directory index module for mainline nginx |
| nginx-mainline-mod-headers-more | Set and clear HTTP headers module for mainline nginx |
| openarc | Open source implementation of the ARC email authentication system |
| otelcol | OpenTelemetry Collector binary |
| qt5-gamepad | Adds support for getting events from gamepad devices |
| qt5-websockets | Provides WebSocket communication compliant with RFC 6455 |
| readsb-protobuf | Mode-S/ADS-B/TIS decoder for RTLSDR and other devices |
| tqsl | ARRL LoTW Trusted QSL (TQSL) software |
| tree-sitter-mainline | Incremental parsing system for programming tools, built from mainline |
| vim-mainline | Vi IMproved, built from the latest mainline source |
| wfview | Interface for Icom transceivers |
| wsjtx-improved | Software for Amateur Radio Weak-Signal Communication (JT9 and JT65) - WSJT-X Improved by DG2YCB |
Each package can be built with makepkg:
cd <package-name>
makepkg -siAlternatively, a Dockerfile is provided for building packages in an isolated Arch Linux ARM environment:
docker build --build-context <package-name> .MIT — see LICENSE for details.