Skip to content

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:47
· 16 commits to main since this release

cpp-gen v0.0.5

Gerador moderno de projetos C++ com CMake, VCPKG, FetchContent e suporte a múltiplas IDEs.

Changelog

🐛 Correções

  • ccdd661 fix: write AUR_KEY to temp file — goreleaser v2 requires a file path for private_key

Instalação

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.0.5/cpp-gen_0.0.5_linux_amd64.tar.gz
tar -xzf cpp-gen_0.0.5_linux_amd64.tar.gz
install -m755 cpp-gen ~/.local/bin/

Verifique o checksum: sha256sum -c checksums.txt