Picocrypt/src/snapcraft.yaml

43 lines
789 B
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-20 05:52:31 +13:00
version: "1.23"
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
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
picocrypt-network:
interface: network