Add Arch package for Linux client
ci / lint-test (push) Successful in 1m21s
ci / build (push) Successful in 2m45s

This commit is contained in:
Joe Julian
2026-04-05 20:31:17 -07:00
parent 5fa79bdf08
commit 13eb9028c7
4 changed files with 117 additions and 0 deletions
+18
View File
@@ -41,6 +41,24 @@ Desktop build:
go build ./...
```
## Arch Linux Package
An AUR-style package definition for the Linux desktop client lives under:
- `packaging/archlinux/keepassgo-git/`
From that directory you can build and install it with:
```bash
makepkg -si
```
The package installs:
- `/usr/bin/keepassgo`
- a desktop entry at `/usr/share/applications/keepassgo.desktop`
- application icons under the hicolor theme
## Android Packaging
KeePassGO uses Gio, so Android packaging is done with `gogio`.