summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-06-23build(release): bump version to 3.0.1nathawat
2026-05-15chore(packaging): add sysusers, udev, modules-load and installnathawat
- Add sysusers entry to create `i2c` group - Add udev rule to assign `i2c-*` devices to `i2c` with MODE=0660 - Add modules-load conf to enable `i2c-dev` - Add .install script to add package user to `i2c` on install and print removal instructions on uninstall - Mark package provides/conflicts/replaces for `hyprmt-brightstay` - Add new sources and b2sums in PKGBUILD and .SRCINFO
2026-05-15build(pkg): use tarball source; remove git makedepnathawat
Avoid requiring git as a makedep by switching to the upstream release tarball. Introduce _tag to construct the archive URL and update b2sums to match the tarball. Reflect same changes in .SRCINFO.
2026-05-15build(release): add PKGBUILD and .SRCINFOnathawat
Provide Arch packaging metadata to publish hyprmt v3.0.0 to AUR/Arch repos and enable verifiable, reproducible builds. Cargo is fetched and built with --frozen to lock dependencies; tests run during check to catch packaging regressions. - Declare runtime hyprland>=0.55.0 and optional fuzzel support - Include source tag and b2sums for integrity verification