diff --git a/packaging/my-snap-name_0.1_amd64.snap b/packaging/my-snap-name_0.1_amd64.snap new file mode 100644 index 0000000..0646a79 Binary files /dev/null and b/packaging/my-snap-name_0.1_amd64.snap differ diff --git a/packaging/rpm/globalprotect-openconnect.spec b/packaging/rpm/globalprotect-openconnect.spec index 26f795f..56e5e7e 100644 --- a/packaging/rpm/globalprotect-openconnect.spec +++ b/packaging/rpm/globalprotect-openconnect.spec @@ -1,7 +1,7 @@ Name: globalprotect-openconnect Version: 1.3.0+SNAPSHOT20210829120923 Release: 1 -Summary: A GlobalProtect VPN client +Summary: A GlobalProtect VPN client powered by OpenConnect License: GPLv3 URL: https://github.com/yuezk/GlobalProtect-openconnect diff --git a/packaging/snap/snapcraft.yaml b/packaging/snap/snapcraft.yaml new file mode 100644 index 0000000..e3edd04 --- /dev/null +++ b/packaging/snap/snapcraft.yaml @@ -0,0 +1,13 @@ +name: globalprotect-openconnect +base: core18 +version: 'test' +summary: A GlobalProtect VPN client powered by OpenConnect +description: | + A GlobalProtect VPN client (GUI) for Linux based on OpenConnect and built with Qt5, supports SAML auth mode. + +grade: devel +confinement: devmode # use 'strict' once you have the right plugs and slots + +parts: + application: +