v0.1.0
cpp-gen v0.1.0
Gerador moderno de projetos C++ com CMake, VCPKG, FetchContent e suporte a múltiplas IDEs.
Changelog
⚡ Novas Funcionalidades
- 761725f feat: add scripts/aur-publish.sh for local AUR publishing
🐛 Correções
- cfe6f66 fix: fetch latest version from GitHub Releases API instead of local git tags
- fae80de fix: remove redundant cp that caused 'same file' error when makepkg is available
- 7384d63 fix: skip branch rename on empty AUR repo (first push)
🔧 Outros
- 79b344a Add Homebrew tap support (formula + script)
Instalação
macOS / Linux — Homebrew
brew install matpdev/tap/cpp-genArch Linux (AUR)
yay -S cpp-gen-binLinux / macOS — manual
# Exemplo para Linux x86_64
curl -LO https://github.com/matpdev/cpp-gen/releases/download/v0.1.0/cpp-gen_0.1.0_linux_amd64.tar.gz
tar -xzf cpp-gen_0.1.0_linux_amd64.tar.gz
install -m755 cpp-gen ~/.local/bin/Verifique o checksum:
sha256sum -c checksums.txt