feat: add AUR support with GitHub Actions CI/CD - #6
Open
noahlyk wants to merge 25 commits into
Open
Conversation
- Add .github/workflows/pr.yml for PR builds on Ubuntu - Add .github/workflows/release.yml for semantic versioning and releases - Add root PKGBUILD for building from source - Add aur/ directory with AUR PKGBUILD, install script, and .SRCINFO - Add proper .gitignore
Remove alpha discard from fragment shader and enable Vulkan alpha blending so crosshairs with transparency render correctly.
When crosshair-maker is installed, automatically use the currently selected crosshair from ~/.config/crosshair-maker/projects/current.png as the default overlay image. Users can still override with KROSSHAIR_IMG.
Drop the KROSSHAIR_SCALE env var (hardcode scale to 1). Rewrite README to focus on crosshair-maker integration, remove nixos/requirements sections, and update AUR install messages to match.
noahlyk
force-pushed
the
main
branch
2 times, most recently
from
April 21, 2026 05:49
1839d6e to
c2f927e
Compare
noahlyk
force-pushed
the
main
branch
2 times, most recently
from
April 21, 2026 06:30
45a6e3e to
9d7ccfd
Compare
…cleanup - Move vertices array from global to per-swapchain (fixes multi-swapchain) - Make debug logging conditional via NDEBUG (add make release target) - Build CI on archlinux:latest instead of Ubuntu for AUR compatibility - Fix duplicate .apng check in get_crosshair_path (was missing .gif) - Fix fmt_phys_device memory leak in instance_data_map_physical_devices - Remove unused static_vk_resources_t struct - Rename gif_* fields to anim_* (used for both GIF and APNG) - Include crosshairs/ and krosshair.install in both PKGBUILDs - Replace all printf with KROSSHAIR_LOG
…ormulas) - Fix hue_rotate: S=original, L=1.0-original_L (was setting S=1, L=1 making white) - Fix saturate: L=1.0-original_L (was setting L=1 making white) - Regenerated SPIR-V headers from fixed GLSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/pr.ymlfor PR builds on Ubuntu runner.github/workflows/release.ymlfor semantic versioning and releasesPKGBUILDfor building from source on Archaur/directory with AUR PKGBUILD, install script, and.SRCINFO.gitignoreThis enables easy building on Arch Linux and AUR package submission
Build was tested locally and compiles successfully.
Steps to get it on the AUR
You can safely pull this anytime, and you can setup it to push to the AUR if you:
AUR_SSH_KEYsecret in GitHub repo Settings → Secrets and variables → Actions → Repository secrets. This will give the git workflow permission to push to AUR.