summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-18Use blobless clone and add missing CGO dependenciesv4rgas
- Switch from full git clone to --filter=blob:none to avoid downloading 5GB+ of historical blobs - Add icu and zstd to depends (required for CGO/SQLite build) - Update Go requirement to >=1.24 per upstream docs - Use Arch Wiki recommended hybrid pkgver() with tag fallback
2025-10-13style: update pkgdesc and improve PKGBUILD formattingv4rgas
- Update package description to match upstream tagline - Standardize indentation to 2 spaces for better readability
2025-10-13Improve build process with version informationv4rgas
- Add version info via ldflags to enable bd version command - Simplify GOFLAGS by moving ldflags to separate variable - Keep CGO enabled as project uses go-sqlite3 which requires it
2025-10-13Initial import: beads-git AUR packagev4rgas
Add PKGBUILD for beads dependency-aware issue tracker (git version). Includes binary installation, documentation, and proper Go build flags.