Picocrypt/src/snapcraft.yaml

43 lines
1.4 KiB
YAML
Raw Normal View History

2021-06-02 13:02:43 +12:00
name: picocrypt
2021-08-08 09:32:06 +12:00
summary: A very small, very simple, yet very secure encryption tool.
2022-03-25 12:12:20 +13:00
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.
2022-04-14 16:00:48 +12:00
version: "1.26"
2021-06-02 13:02:43 +12:00
confinement: strict
2021-08-13 06:53:42 +12:00
base: core20
2021-06-03 11:49:44 +12:00
grade: stable
2022-03-20 05:52:31 +13:00
compression: xz
2021-06-02 13:02:43 +12:00
apps:
picocrypt:
2021-06-03 11:49:44 +12:00
command: bin/Picocrypt
2021-08-13 06:53:42 +12:00
extensions: [gnome-3-38]
2021-06-03 11:49:44 +12:00
plugs:
2021-08-13 06:07:50 +12:00
- opengl
2021-06-02 13:02:43 +12:00
parts:
picocrypt:
plugin: go
source: .
build-packages:
- gcc
2022-03-20 05:52:31 +13:00
- xorg-dev
2021-06-03 11:49:44 +12:00
- libgtk-3-dev
2022-04-19 03:24:32 +12:00
- libgl1-mesa-dev
2021-06-02 13:02:43 +12:00
stage-packages:
2021-06-03 11:49:44 +12:00
- libglu1-mesa
2021-12-16 11:17:41 +13:00
- xclip
2021-06-03 11:49:44 +12:00
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
2021-06-02 13:02:43 +12:00
plugs:
picocrypt-home:
interface: home