feat: add .deb + AUR packaging prototypes for antigravity CLI - #6
Open
sandikodev wants to merge 3 commits into
Open
feat: add .deb + AUR packaging prototypes for antigravity CLI#6sandikodev wants to merge 3 commits into
sandikodev wants to merge 3 commits into
Conversation
Adds native Linux packaging for antigravity CLI (agy): Debian/Ubuntu (.deb): - DEBIAN/control with proper metadata - Maintainer scripts (postinst, prerm, postrm) - build-deb.sh for dpkg-deb packaging - Desktop entries for app menu integration Arch Linux (AUR): - PKGBUILD with x86_64 + aarch64 support - .SRCINFO metadata - Shell profile for PATH setup - Desktop entries for app menu integration Also includes test-antigravity.sh (261 tests, tested on Ubuntu 26.04). Closes opensnap#5
- Debian .deb: Desktop 2.0 + IDE + CLI (341MB) - AUR PKGBUILD: full suite for x86_64 + aarch64 - GitHub Actions: auto-build .deb on tag push - Desktop entries: Desktop 2.0, IDE, CLI - Icons: official Google Antigravity (9 sizes per app) - Docker test: 5/5 Debian-based distros PASS Ubuntu 24.04, 22.04, Debian 12, 13, Linux Mint 22 - Fedora 40: package structure validated - Dynamic URL resolution in build-deb.sh - CLI tarball fix (binary rename antigravity → agy)
- build-deb.sh: --fast mode strips Electron bloat - build-deb.sh: builds in /tmp to avoid SSHFS timeouts - build-deb.sh: rsync support for faster copies - README-research.md: cross-distro test results table - README-research.md: work plan phases 5-7 updated - v2.8.1 tag created and .deb released on GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds native Linux packaging for the Antigravity CLI (
agy), complementing Google's existingcurl | bashinstaller. Users who prefer native package management can now install via .deb (Debian/Ubuntu) or AUR (Arch Linux).Closes #5
What's included
Debian/Ubuntu (.deb) —
packaging/debian/DEBIAN/control— Package metadata (v1.1.14, amd64, depends on libc6/libstdc++6)DEBIAN/postinst,prerm,postrm— Standard maintainer scripts with#DEBHELPER#tokensbuild-deb.sh— Build script usingdpkg-deb, auto-detects agy binary locationArch Linux (AUR) —
packaging/arch/PKGBUILD— Supports x86_64 + aarch64, properprovides,conflicts,optdepends.SRCINFO— AUR metadata formakepkg --printsrcinfoantigravity-cli.sh) for PATH setupTest suite —
packaging/test-antigravity.shHow to build & install
Debian
cd packaging/debian bash build-deb.sh 1.1.14 sudo dpkg -i build/antigravity-cli_1.1.14-1_amd64.debArch Linux
cd packaging/arch makepkg -siNotes
agy), not Desktop 2.0 or IDE (those are handled by Google's official installer)