Skip to content

Releases: matpdev/cpp-gen

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:50

cpp-gen v0.0.6

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

Changelog

🐛 Correções

  • f739612 fix: pass AUR_KEY via env var to preserve PEM newlines when writing key file

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

Verifique o checksum: sha256sum -c checksums.txt

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:47

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

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:42

cpp-gen v0.0.4

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

Changelog

🐛 Correções

  • 1b27b6a fix: skip AUR publish when AUR_KEY secret is not configured

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

Verifique o checksum: sha256sum -c checksums.txt

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:35

cpp-gen v0.0.3

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

Changelog

🐛 Correções

  • 38fb519 fix: remove invalid skip field from goreleaser aurs config

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

Verifique o checksum: sha256sum -c checksums.txt