Add stegasoo-cli AUR package (CLI-only, no web deps)

New package in aur-cli/ for CLI-only installation:
- Installs [cli,dct,compression] extras only
- No flask/gunicorn/fastapi/uvicorn/pyzbar dependencies
- 68MB vs 79MB for full package
- Conflicts with stegasoo-git (can't install both)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-11 17:19:31 -05:00
parent 525bcec3c9
commit 3b5ab41ce9
5 changed files with 134 additions and 1 deletions

View File

@@ -25,7 +25,10 @@
- Rotate uses jpegtran for JPEGs, supports flip-only operations
## AUR Packages
- [ ] `stegasoo-cli` - standalone CLI package (no web dependencies)
- [x] `stegasoo-cli` - standalone CLI package (no web dependencies)
- Created aur-cli/PKGBUILD with [cli,dct,compression] extras only
- No flask/gunicorn/fastapi/uvicorn/pyzbar deps
- 68MB vs 79MB for full package
- [ ] `stegasoo-api` - REST API package (needs auth overhaul first)
## API Auth Work (blocking stegasoo-api)