mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
First draft of Snapcraft
This commit is contained in:
parent
6c707aa839
commit
310ddc130b
1 changed files with 29 additions and 0 deletions
29
snapcraft.yaml
Normal file
29
snapcraft.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
name: picocrypt
|
||||
summary: A very small, very simple, yet very secure cryptography utility.
|
||||
description: A very small, very simple, yet very secure cryptography utility.
|
||||
version: '1.13'
|
||||
confinement: strict
|
||||
base: core20
|
||||
|
||||
apps:
|
||||
picocrypt:
|
||||
command: picocrypt
|
||||
|
||||
parts:
|
||||
picocrypt:
|
||||
plugin: go
|
||||
source: .
|
||||
go-importpath: picocrypt
|
||||
build-packages:
|
||||
- gcc
|
||||
- make
|
||||
stage-packages:
|
||||
- xclip
|
||||
|
||||
plugs:
|
||||
picocrypt-home:
|
||||
interface: home
|
||||
picocrypt-network:
|
||||
interface: network
|
||||
picocrypt-system-files:
|
||||
interface: system-files
|
Loading…
Reference in a new issue