Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 00:59
· 3 commits to main since this release

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-gen

Arch Linux (AUR)

yay -S cpp-gen-bin

Linux / 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