diff --git a/src/snapcraft.yaml b/src/snapcraft.yaml deleted file mode 100644 index a1c3b50..0000000 --- a/src/snapcraft.yaml +++ /dev/null @@ -1,42 +0,0 @@ -name: picocrypt -summary: A very small, very simple, yet very secure encryption tool. -description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt. -version: "1.27" -confinement: strict -base: core20 -grade: stable -compression: xz - -apps: - picocrypt: - command: bin/Picocrypt - extensions: [gnome-3-38] - plugs: - - opengl - -parts: - picocrypt: - plugin: go - source: . - build-packages: - - gcc - - xorg-dev - - libgtk-3-dev - - libgl1-mesa-dev - stage-packages: - - libglu1-mesa - - xclip - after: - - desktop-glib-only - desktop-glib-only: - source: https://github.com/ubuntu/snapcraft-desktop-helpers.git - source-subdir: glib-only - plugin: make - build-packages: - - libglib2.0-dev - stage-packages: - - libglib2.0-bin - -plugs: - picocrypt-home: - interface: home