From 4c3148879fe72dfc273ec9164d45b355256a2e64 Mon Sep 17 00:00:00 2001 From: Soumyadeep Ghosh Date: Thu, 17 Jul 2025 04:12:22 +0530 Subject: [PATCH] snap: update and improve for core24 Signed-off-by: Soumyadeep Ghosh --- snap/snapcraft.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d81c43e4..332950c8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,16 +1,26 @@ name: ia +title: internetarchive version: master summary: A Command-Line Interface to Archive.org description: | This package installs a command-line tool named ia for using Archive.org from the command-line. - -grade: devel # must be 'stable' to release into candidate/stable channels +icon: docs/source/_static/ia.png +license: AGPL-3.0 +base: core24 +grade: stable confinement: strict +issues: https://github.com/jjjake/internetarchive/issues +source-code: https://github.com/jjjake/internetarchive +website: https://archive.org/ +donation: https://archive.org/donate?origin=snap + apps: ia: - command: ia + command: bin/ia + environment: + XDG_CONFIG_HOME: $SNAP_USER_COMMON plugs: [network, home, removable-media] parts: