adb-toolkit/nfpm.yaml
jegly cf3fb26bd2 Add system tray, APK Installer, fix package visibility, new themes/fonts; bump to v1.3.0
- System tray (Linux): pure Go D-Bus StatusNotifierItem, no cgo/libappindicator.
  Close now offers Minimize to Tray vs Quit instead of always quitting.
- New APK Installer module: batch-install from a folder or hand-picked files,
  live per-file progress, select all/none.
- Fix Packages/App Inspector silently hiding packages disabled/uninstalled by
  Canta/Shizuku (pm list packages needs -u to see them). Added a state filter
  and per-row Restore/Enable/Disable/Uninstall actions.
- 6 new theme palettes (Nord, Tokyo Night, Solarized Dark/Light, Rosé Pine,
  Everforest - 26 total), custom text colour, 8 bundled display fonts,
  adjustable font size.
- Horizontal sidebar now shrinks label text progressively instead of
  scrolling when the window narrows; fixed a touchpad stuck-scrollbar-drag bug.
- Updated README and fixed stale Go 1.23 -> 1.25 build instructions.
2026-07-09 20:05:26 +10:00

41 lines
991 B
YAML

name: "atk"
arch: "amd64"
platform: "linux"
version: "1.3.0"
section: "utils"
priority: "optional"
maintainer: "jegly <https://github.com/jegly>"
description: |
ATK (Android Toolkit) — an all-in-one ADB GUI for Android power users,
security researchers, and bug hunters.
vendor: "jegly"
homepage: "https://github.com/jegly/ATK"
license: "GPL-3.0"
contents:
- src: "build/bin/ATK"
dst: "/opt/atk/ATK"
file_info:
mode: 0755
- src: "/opt/atk/ATK"
dst: "/usr/bin/atk"
type: "symlink"
- src: "build/atk.desktop"
dst: "/usr/share/applications/atk.desktop"
file_info:
mode: 0644
- src: "build/appicon.png"
dst: "/usr/share/icons/hicolor/256x256/apps/atk.png"
file_info:
mode: 0644
- src: "build/appicon.png"
dst: "/usr/share/pixmaps/atk.png"
file_info:
mode: 0644
depends:
- adb
- fastboot
- libgtk-3-0
- libwebkit2gtk-4.1-0
scripts:
postinstall: "scripts/postinstall.sh"
preremove: "scripts/preremove.sh"